Skip to content

Commit

Permalink
Remove extremely dated rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent 72591d2 commit 4b67966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Build dependencies
run: |
rustup update stable
rustup update stable --no-self-update
rustup default stable
sudo apt update
sudo apt install -y ca-certificates libssl-dev
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Install coin dependencies
run: |
rustup update stable
rustup update stable --no-self-update
rustup default stable
sudo apt-get update
# Electrum dependencies
Expand Down
1 change: 0 additions & 1 deletion rust-toolchain

This file was deleted.

0 comments on commit 4b67966

Please sign in to comment.