x86_64-unknown-linux-gnu on ubuntu runner

This commit is contained in:
Sean OMeara 2023-04-26 10:43:19 +02:00
commit 2a9668b9f5
No known key found for this signature in database
GPG key ID: 7215FDCD4EFD5E2F

View file

@ -14,7 +14,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
target: aarch64-apple-darwin target: x86_64-unknown-linux-gnu
override: true override: true
components: rustfmt, clippy components: rustfmt, clippy