Skip to content

Commit c171cff

Browse files
authored
fix(stylus): fix stylus ci (#2747)
1 parent 0790417 commit c171cff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
pull_request:
1616
paths:
1717
- target_chains/ethereum/sdk/stylus/**
18+
- .github/workflows/ci-stylus-check.yml
1819
push:
1920
branches:
2021
- main
@@ -40,7 +41,7 @@ jobs:
4041
# Check out `rustfmt.toml` to see which ones.
4142
uses: actions-rust-lang/setup-rust-toolchain@v1
4243
with:
43-
toolchain: nightly
44+
toolchain: nightly-2024-09-05
4445
components: rustfmt
4546
rustflags: ""
4647

0 commit comments

Comments
 (0)