Skip to content

Commit

Permalink
Fix main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Dec 28, 2024
1 parent 1ec32df commit c6aa645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
CXX: ${{ matrix.CXX }}
- name: setup dev environment
uses: ilammy/msvc-dev-cmd@v1
if: startsWith(matrix.build, 'windows-clang'
if: startsWith(matrix.build, 'windows-clang')
- run: cargo update
- uses: Swatinem/rust-cache@v2
- run: cargo test ${{ matrix.no_run }} --workspace --target ${{ matrix.target }}
Expand Down

0 comments on commit c6aa645

Please sign in to comment.