Skip to content

Commit

Permalink
Pin Rust toolchain to 1.34 (#10)
Browse files Browse the repository at this point in the history
* Pin Rust toolchain to 1.34

* Use skim-fork's rust-toolchain file for pinning
  • Loading branch information
smheidrich authored Sep 25, 2022
1 parent bcdf930 commit 8a13be7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-prelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
run: |
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
echo "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
- name: Install Rust 1.34
run: |
rustup install 1.34
- name: Skim Rust build cache
uses: actions/cache@v2
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: |
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
echo "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
- name: Install Rust 1.34
run: |
rustup install 1.34
- name: Skim Rust build cache
uses: actions/cache@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion skim-fork
Submodule skim-fork updated 1 files
+1 −0 rust-toolchain

0 comments on commit 8a13be7

Please sign in to comment.