Skip to content

Commit

Permalink
hopefully fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Mar 21, 2024
1 parent e022679 commit 4c5260a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
if: matrix.build == 'linux32'
- name: add clang to path
run: $Env:PATH += ";C:\msys64\mingw64\bin"
if: matrix.build == 'windows-clang'
- run : echo ${{ matrix.env }} >> $GITHUB_ENV
if: startsWith(matrix.build, 'windows-clang')
- run : echo ${{ matrix.env }} | xargs -I{} -n1 -- bash -c "echo {} >> $GITHUB_ENV"
shell: bash
- uses: Swatinem/rust-cache@v2
- run: cargo test ${{ matrix.no_run }} --workspace --target ${{ matrix.target }}
Expand Down

0 comments on commit 4c5260a

Please sign in to comment.