Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/check-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

env:
TOOLCHAIN: nightly-2025-05-09
TOOLCHAIN: nightly

jobs:
isdraft:
Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:

- name: Install parity-publish
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends libcurl4-openssl-dev pkg-config
apt-get update && apt-get install -y --no-install-recommends libcurl4-openssl-dev pkg-config
# Set the target dir to cache the build.
CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.6 --locked -q
CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.10 --locked -q

- name: Get original PR number
shell: bash
Expand Down
Loading