Skip to content

Commit 2b79c0e

Browse files
authored
Stop upgrading stwo in nightly (#2067)
1 parent a1cba94 commit 2b79c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Upgrade Cairo-lint to latest main commit
4646
run: cargo xtask upgrade cairolint --rev $(git ls-remote --refs "https://github.com/software-mansion/cairo-lint" main | awk '{print $1}')
4747

48-
- name: Upgrade stwo-cairo to latest main commit
49-
run: cargo xtask upgrade stwo-cairo --rev $(git ls-remote --refs "https://github.com/starkware-libs/stwo-cairo" main | awk '{print $1}')
48+
# - name: Upgrade stwo-cairo to latest main commit
49+
# run: cargo xtask upgrade stwo-cairo --rev $(git ls-remote --refs "https://github.com/starkware-libs/stwo-cairo" main | awk '{print $1}')
5050

5151
- name: Rebuild xtasks after Cargo.toml changes
5252
run: cargo build -p xtask

0 commit comments

Comments
 (0)