Skip to content

Commit

Permalink
fix spelling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Oct 9, 2024
1 parent bef1302 commit 78a4fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
cargo build --verbose --target "${{matrix.triple}}" --release
cargo build --verbose --target "${{matrix.triple}}" --release --tests
- name: Build VISA
if: ${{ matrix.runner != 'masos-latest' }}
if: ${{ matrix.runner != 'macos-latest' }}
run: |
cargo build --verbose --target "${{matrix.triple}}" --release --features "visa"
cargo build --verbose --target "${{matrix.triple}}" --release --tests --features "visa"
Expand Down

0 comments on commit 78a4fb6

Please sign in to comment.