Skip to content

Commit

Permalink
Update pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilaz authored Jun 29, 2024
1 parent 09b8341 commit 9a3a2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || matrix.args == '--target aarch64-unknown-linux-gnueabihf' && 'aarch64-unknown-linux-gnueabi' || '' }}
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || matrix.args == '--target aarch64-unknown-linux-gnu' && 'aarch64-unknown-linux-gnu' || '' }}

- name: install dependencies (ubuntu x86 only)
if: matrix.platform == 'ubuntu-20.04' && matrix.args == '' # This must match the platform value defined above.
Expand Down

0 comments on commit 9a3a2a3

Please sign in to comment.