attempt #3 for M1 Mac build: rust toolchains target edition

This commit is contained in:
Noah Santschi-Cooney 2022-01-02 22:15:21 +00:00
parent 5fd02b06f4
commit 57f4b7924b
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -33,6 +33,13 @@ jobs:
artifact: aarch64-apple-darwin
steps:
- uses: actions/checkout@v2
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
default: true
target: ${{ matrix.platforms.target }}
override: true
- name: Build server
run: cargo build --target ${{ matrix.platforms.target }}
- uses: actions/upload-artifact@v2