Skip to content

Commit d6d590f

Browse files
committed
Fix action
1 parent 6913143 commit d6d590f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/actions/setup/action.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ runs:
1313
shell: bash
1414
- run: git submodule update --init --recursive --depth 1
1515
shell: bash
16-
- name: Install Protoc
17-
uses: arduino/setup-protoc@v3
1816
- uses: dtolnay/rust-toolchain@stable
1917
with:
2018
toolchain: 1.80.1

solana-programs/programs/tuktuk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ anchor-lang = { workspace = true, features = ["init-if-needed"] }
2222
anchor-spl = { workspace = true }
2323
bytemuck = "1.10.0"
2424
solana-zk-sdk = { workspace = true }
25-

0 commit comments

Comments
 (0)