Skip to content

Commit

Permalink
attempt #3 for M1 Mac build: rust toolchains target edition
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Jan 2, 2022
1 parent 5fd02b0 commit 57f4b79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57f4b79

Please sign in to comment.