Skip to content

Commit

Permalink
Revert CI changes for a followup
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <[email protected]>
  • Loading branch information
lexnv committed Nov 19, 2024
1 parent 5a9c623 commit d64fd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
TOOLCHAIN: nightly-2024-10-19
TOOLCHAIN: nightly-2024-06-01

jobs:
preflight:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: install parity-publish
# Set the target dir to cache the build.
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.9.0 --locked -q
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.8.0 --locked -q

- name: check semver
run: |
Expand Down

0 comments on commit d64fd33

Please sign in to comment.