Skip to content

Commit ea1fdcf

Browse files
chore: version changes
1 parent c57fee0 commit ea1fdcf

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

.github/workflows/cli-foundry-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,3 @@ jobs:
3232
- name: Show Forge version
3333
run: forge --version
3434

35-
- name: Change directory to pyth-mock-solidity
36-
run: cd pyth-mock-solidity
37-
38-
- name: Run Forge fmt
39-
run: forge fmt --check
40-
id: fmt
41-
42-
- name: Run Forge build
43-
run: forge build --sizes
44-
id: build

.github/workflows/cli-stylus-check-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
rustflags: ""
3636

3737
- name: Install cargo-stylus
38-
run: cargo install [email protected].3
38+
run: cargo install [email protected].8
3939

4040
- name: Run wasm check
4141
run: ./scripts/check-wasm.sh

.github/workflows/cli-stylus-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
toolchain: nightly-2024-01-01
102102
target: x86_64-unknown-linux-gnu
103103
rustflags: ""
104+
- name: Install cargo-stylus
105+
run: cargo install [email protected]
104106

105107
- name: Cargo doc
106108
run: cargo doc --no-deps --all-features

.github/workflows/cli-stylus-e2e-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
rustflags: ""
4444

4545
- name: Install cargo-stylus
46-
run: cargo install [email protected].3
46+
run: cargo install [email protected].8
4747

4848
- name: Install solc
4949
run: |
@@ -53,5 +53,6 @@ jobs:
5353
5454
- name: Setup nitro node
5555
run: ./scripts/nitro-testnode.sh -d -i
56+
5657
- name: run integration tests
5758
run: ./scripts/e2e-tests.sh

.github/workflows/cli-stylus-gas-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
rustflags: ""
3737

3838
- name: Install cargo-stylus
39-
run: cargo install [email protected].3
39+
run: cargo install [email protected].8
4040

4141
- name: Install Foundry
4242
uses: foundry-rs/foundry-toolchain@v1

0 commit comments

Comments
 (0)