Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Dec 20, 2024
1 parent e0a4669 commit 2d24aea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
target:
ubuntu-latest: x86_64-unknown-linux-gnu
windows-latest: x86_64-pc-windows-msvc
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: windows-latest
target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 2d24aea

Please sign in to comment.