Skip to content

Commit bfc8c47

Browse files
committed
ci2
1 parent 7581092 commit bfc8c47

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/ci-hermes-server.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ jobs:
1515
working-directory: apps/hermes/server
1616
steps:
1717
- uses: actions/checkout@v2
18+
- uses: actions-rust-lang/setup-rust-toolchain@v1
1819
- uses: Swatinem/rust-cache@v2
19-
with:
20-
workspaces: "apps/hermes/server -> target"
21-
- uses: actions-rs/toolchain@v1
22-
with:
23-
toolchain: 1.82.0
24-
components: rustfmt, clippy
25-
override: true
2620
- name: Install protoc
2721
uses: arduino/setup-protoc@v3
2822
with:

.github/workflows/ci-lazer-solana-contract.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions-rust-lang/setup-rust-toolchain@v1
2121
with:
2222
toolchain: 1.82.0
23+
components: clippy, rustfmt
2324
- name: install taplo
2425
run: cargo install --locked [email protected]
2526
- uses: actions/setup-node@v4

.github/workflows/ci-starknet-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Scarb
2020
uses: software-mansion/setup-scarb@v1
2121
with:
22-
tool-versions: ../../contracts/.tool-versions
22+
tool-versions: target_chains/starknet/contracts/.tool-versions
2323
- name: Install Starkli
2424
run: |
2525
curl https://get.starkli.sh | sh

0 commit comments

Comments
 (0)