Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomyfan committed Feb 19, 2024
1 parent 818dd65 commit b0a3c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
("${{ matrix.targets }}" -split ",") | ForEach-Object {
Write-Host "Building $_"
if ("${{ matrix.os }" -ne "ubuntu-latest") {
if ("${{ matrix.os }}" -ne "ubuntu-latest") {
cargo build --verbose --release --target $_
} else {
cargo zigbuild --verbose --release --target $_
Expand Down

0 comments on commit b0a3c09

Please sign in to comment.