Skip to content

Commit

Permalink
Add rustup update to CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent de69555 commit aefa59a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build dependencies
run: sudo apt install -y ca-certificates libssl-dev
run: rustup update stable && sudo apt update && sudo apt install -y ca-certificates libssl-dev

- name: Compile
run: cargo rustc -- -A warnings
Expand All @@ -27,6 +27,7 @@ jobs:

- name: Install coin dependencies
run: |
rustup update stable
sudo apt-get update
# Electrum dependencies
sudo apt-get install libsecp256k1-0 python3-setuptools python3-cryptography
Expand Down

0 comments on commit aefa59a

Please sign in to comment.