Skip to content

Commit

Permalink
Specify bash for install script
Browse files Browse the repository at this point in the history
  • Loading branch information
dlozeve committed Oct 23, 2021
1 parent def87ce commit 736ef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
path: $HOME/gambit
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('$HOME/gambit/bin/gsi') }}
- name: Install Gambit
run: ./.github/scripts/install-gambit.sh
run: bash .github/scripts/install-gambit.sh
- name: Build
run: |
echo "(define (gerbil-version-string) \"git-$(git rev-parse --short=8 HEAD)\")" > src/gerbil/runtime/gx-version.scm
Expand Down

0 comments on commit 736ef9f

Please sign in to comment.