Skip to content

Commit

Permalink
defaults.run.shell = bash
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Oct 13, 2023
1 parent f93fd24 commit 9f55af1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- isDevelop: true
image: ubuntu-latest
runs-on: ${{ matrix.image }}
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4

Expand All @@ -36,10 +39,5 @@ jobs:
- name: Install Dependencies
run: "./scripts/layered.sh"

# This is a CI specific issue, not worth investigating
- name: "[Windows] Manually install rimraf"
if: matrix.image == 'windows-latest'
run: npm i -g rimraf

- name: Build
run: "yarn build"

0 comments on commit 9f55af1

Please sign in to comment.