Skip to content

Commit

Permalink
Use zsh for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
2JS committed Feb 7, 2024
1 parent e7fccd1 commit 796cf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: ./ensure-zsh.sh
- run: bash ./ensure-zsh.sh
env:
SETUP_ROOT: ${{ github.workspace }}
- run: ./setup.sh
- run: zsh ./setup.sh
env:
SETUP_ROOT: ${{ github.workspace }}

0 comments on commit 796cf1b

Please sign in to comment.