mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-31 05:47:22 +00:00
attempt #3 for M1 Mac build: rust toolchains target edition
This commit is contained in:
parent
5fd02b06f4
commit
57f4b7924b
1 changed files with 7 additions and 0 deletions
7
.github/workflows/server.yml
vendored
7
.github/workflows/server.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue