Skip to content

Commit

Permalink
fix missing keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Oct 6, 2023
1 parent 24c747c commit 3fafc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

# also need to ensure the target is installed otherwise musl will fail.
- name: Install Build Target (Non-GNU)
if: matrix.arch == 'x86_64' && vendor != 'gnu'
if: matrix.arch == 'x86_64' && matrix.vendor != 'gnu'
run: rustup target install $RUST_TARGET

- name: Build
Expand Down

0 comments on commit 3fafc08

Please sign in to comment.