mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-31 05:47:22 +00:00
attempt #4 for M1 Mac build: correct artifact path and skip M1 tests because not running on M1 machine
This commit is contained in:
parent
57f4b7924b
commit
5747a9d9b1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/server.yml
vendored
3
.github/workflows/server.yml
vendored
|
@ -41,10 +41,11 @@ jobs:
|
|||
target: ${{ matrix.platforms.target }}
|
||||
override: true
|
||||
- name: Build server
|
||||
run: cargo build --target ${{ matrix.platforms.target }}
|
||||
run: cargo build --target ${{ matrix.platforms.target }} --out-dir . -Z unstable-options
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: mcshader-lsp-${{ matrix.platforms.artifact }}
|
||||
path: ${{ matrix.platforms.dir }}
|
||||
- name: Run tests
|
||||
run: cargo test --target ${{ matrix.platforms.target }}
|
||||
if: ${{ matrix.platforms.target != 'aarch64-apple-darwin' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue