Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Use bash instead of sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Dec 5, 2019
1 parent 1c6a855 commit b227245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
# Build
- name: Build on ${{ matrix.os }}
run: ./scripts/build "${{ matrix.os }}"
shell: sh
shell: bash
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

set -e

Expand Down

0 comments on commit b227245

Please sign in to comment.