Skip to content

Commit

Permalink
v0.9.6: now with fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Apr 23, 2022
1 parent a7cbaa1 commit d43bfec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,29 @@ jobs:
platforms:
- os: ubuntu-18.04
target: x86_64-unknown-linux-gnu
artifact: x86_64-unknown-linux-gnu
dir: server/mcshader-lsp
artifact: x86_64-unknown-linux-gnu
- os: windows-latest
target: x86_64-pc-windows-msvc
artifact: x86_64-windows-msvc.exe
dir: server/mcshader-lsp.exe
artifact: x86_64-windows-msvc.exe
- os: macos-11
target: x86_64-apple-darwin
artifact: x86_64-apple-darwin
dir: server/mcshader-lsp
artifact: x86_64-apple-darwin
- os: macos-11
target: aarch64-apple-darwin
artifact: aarch64-apple-darwin
dir: server/mcshader-lsp
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 --release --target ${{ matrix.platforms.target }} --out-dir . -Z unstable-options
- name: Upload release file
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ jobs:
path: ${{ matrix.platforms.dir }}
- name: Run tests
run: cargo test --target ${{ matrix.platforms.target }}
if: ${{ matrix.platforms.target != 'aarch64-apple-darwin' }}
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

- Another `#include` merging bug when a file is imported twice into another file at different lines


## [0.9.5]

### Added
Expand Down

0 comments on commit d43bfec

Please sign in to comment.