Skip to content

Commit

Permalink
one mroe
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Sep 16, 2023
1 parent a76f2e7 commit 7d19ab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
strategy:
fail-fast: false
matrix:
- { sys: CLANG64, prefix: clang64 }
- { sys: UCRT64, prefix: ucrt64 }
include:
- { sys: CLANG64, prefix: clang64 }
- { sys: UCRT64, prefix: ucrt64 }
steps:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 7d19ab5

Please sign in to comment.