Skip to content

Commit

Permalink
Tweak CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Oct 17, 2023
1 parent 9c761ad commit 6ce4469
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 @@ -27,7 +27,7 @@ jobs:
~/.cargo/bin/elf2djgpp-rev.txt
key: ${{ runner.os }}-elf2djgpp
- name: Build and install elf2djgpp
run: sh ./install_elf2djgpp.sh
run: bash ./install_elf2djgpp.sh
- uses: actions/checkout@v3
- name: Build
run: ./build.sh

0 comments on commit 6ce4469

Please sign in to comment.