We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cba94 commit 2b79c0eCopy full SHA for 2b79c0e
.github/workflows/nightly.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Upgrade Cairo-lint to latest main commit
46
run: cargo xtask upgrade cairolint --rev $(git ls-remote --refs "https://github.com/software-mansion/cairo-lint" main | awk '{print $1}')
47
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}')
+ # - name: Upgrade stwo-cairo to latest main commit
+ # run: cargo xtask upgrade stwo-cairo --rev $(git ls-remote --refs "https://github.com/starkware-libs/stwo-cairo" main | awk '{print $1}')
50
51
- name: Rebuild xtasks after Cargo.toml changes
52
run: cargo build -p xtask
0 commit comments