Skip to content

Commit

Permalink
Correct wrong boolean operation for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jan 14, 2025
1 parent fa6d836 commit da7d4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
submodules: recursive

- name: Rust pre-build
if: matrix.machine != 'pv-windows' || matrix.machine != 'pv-windows-arm64'
if: matrix.machine != 'pv-windows' && matrix.machine != 'pv-windows-arm64'
run: bash copy.sh

- name: Rust pre-build windows
Expand Down

0 comments on commit da7d4ba

Please sign in to comment.