Skip to content

Commit

Permalink
Use bash as default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
cadmic committed Sep 4, 2024
1 parent 356fc1b commit 63db304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
build:
container: ghcr.io/zeldaret/oot-gc-vc-build:main
runs-on: ubuntu-latest
defaults:
run:
shell: bash

steps:
# Checkout the repository (shallow clone)
Expand Down

0 comments on commit 63db304

Please sign in to comment.