Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Aug 27, 2024
1 parent e524009 commit 134d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Run Cargo
run: |
if ($env:matrix_feature -eq "sudo") {
if ("${{ matrix.feature }}" -eq "sudo") {
cargo build --release --target $env:matrix_target
} else {
cargo build --release --target $env:matrix_target --features $env:matrix_feature
Expand Down

0 comments on commit 134d47e

Please sign in to comment.