Skip to content

Commit

Permalink
Pin nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
danpashin committed Jun 25, 2024
1 parent ec8b908 commit ec9b324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install rust target support
run: |
rustup toolchain install nightly --profile minimal --component rust-src
rustup toolchain install nightly-2024-06-24 --profile minimal --component rust-src
rustup target add aarch64-apple-ios x86_64-apple-ios
- name: Build & test
Expand Down
2 changes: 1 addition & 1 deletion twackup-cli/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ args = ["build", "@@remove-empty(CARGO_BUILD_RELEASE_ARG)", "--target", "aarch64

[tasks.build-apple-armv7]
command = "cargo"
toolchain = "nightly"
toolchain = "nightly-2024-06-24"
args = [
"build",
"@@remove-empty(CARGO_BUILD_RELEASE_ARG)",
Expand Down

0 comments on commit ec9b324

Please sign in to comment.