Skip to content

Commit

Permalink
use wsl-bash instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLiu001 committed Aug 10, 2024
1 parent 9d51285 commit c8df479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,22 +143,22 @@ jobs:
distribution: Ubuntu-24.04
- uses: actions/checkout@v4
- name: Build
shell: bash
shell: wsl-bash
run: |
export ${{ matrix.IMPL }}
./ci.sh build ${IMPL}
- name: Step Tests
shell: bash
shell: wsl-bash
run: |
export ${{ matrix.IMPL }}
./ci.sh test ${IMPL}
- name: Regression Tests
shell: bash
shell: wsl-bash
run: |
export ${{ matrix.IMPL }}
STEP=stepA REGRESS=1 HARD=1 OPTIONAL=0 ./ci.sh test ${IMPL}
- name: Performance Tests
shell: bash
shell: wsl-bash
run: |
export ${{ matrix.IMPL }}
./ci.sh perf ${IMPL}
Expand Down

0 comments on commit c8df479

Please sign in to comment.