Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 80aebe9

Browse files
authored
fix make clean again (#176)
Co-authored-by: A5 Pickle <[email protected]>
1 parent 970f75d commit 80aebe9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/solana.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@v4
67+
- name: Install Foundry
68+
uses: foundry-rs/foundry-toolchain@v1
69+
with:
70+
version: nightly
6771
- uses: metadaoproject/setup-anchor@v2
6872
with:
6973
node-version: "20.11.0"
@@ -80,6 +84,10 @@ jobs:
8084
runs-on: ubuntu-latest
8185
steps:
8286
- uses: actions/checkout@v4
87+
- name: Install Foundry
88+
uses: foundry-rs/foundry-toolchain@v1
89+
with:
90+
version: nightly
8391
- uses: metadaoproject/setup-anchor@v2
8492
with:
8593
node-version: "20.11.0"

solana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ solana program deploy -u d --program-id ucdP9ktgrXgEUnn6roqD2SfdGMR2JSiWHUKv23oX
5050

5151
## Managing Upgrades
5252

53-
TODO
53+
TODO: Discuss Upgrade Manager.
5454

5555
## Testnet Example Solver
5656

universal/rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ wormhole-raw-vaas = "0.3.0-alpha.0"
1818
hex-literal = "0.4.1"
1919

2020
[workspace.lints.clippy]
21-
correctness = { level = "warn"}
21+
correctness = { level = "warn", priority = -1 }
2222

2323
arithmetic_side_effects = "deny"
2424
as_conversions = "deny"

0 commit comments

Comments
 (0)