Browse Source

x86_64-unknown-linux-gnu on ubuntu runner (#1975)

pull/4/head
Sean OMeara 3 years ago committed by GitHub
parent
commit
8f05c85838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

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

Loading…
Cancel
Save