Skip to content

Commit

Permalink
fixup! .github/workflows Added Semverver to enforce semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed May 23, 2022
1 parent 15c8d39 commit 6a036e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -184,19 +184,19 @@ jobs:

- uses: actions/checkout@v3

- name: Install Rust nightly-2022-04-20
- name: Install Rust nightly-2022-05-16
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-04-20
toolchain: nightly-2022-05-16
override: true
components: rustc-dev,llvm-tools-preview

- name: Install CMake
run: sudo apt-get install -y cmake

- name: Install Semverver
run: cargo +nightly-2022-04-20 install --git https://github.com/rust-lang/rust-semverver
run: cargo +nightly-2022-05-16 install --git https://github.com/rust-lang/rust-semverver

- name: Enforce semantic versioning
run: cargo semver | tee semver_out
Expand Down

0 comments on commit 6a036e8

Please sign in to comment.