Skip to content

Commit 8705759

Browse files
committed
.
1 parent 2d743e5 commit 8705759

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
run: cargo xtask set-dep-version cairo --rev $(git ls-remote --refs "https://github.com/starkware-libs/cairo" main | awk '{print $1}')
4141

4242
- name: Upgrade CairoLS to latest main commit
43-
run: cargo xtask set-dep-version cairols --rev $(git ls-remote --refs "https://github.com/software-mansion/cairols" main | awk '{print $1}')
43+
# run: cargo xtask set-dep-version cairols --rev $(git ls-remote --refs "https://github.com/software-mansion/cairols" main | awk '{print $1}')
44+
run: cargo xtask set-dep-version cairols --rev 94f1543b43caa6355bf492f80cdf46b2ae2bf854
4445

4546
- name: Rebuild xtasks after Cargo.toml changes
4647
run: cargo build -p xtask
@@ -186,7 +187,7 @@ jobs:
186187
{
187188
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
188189
}
189-
190+
190191

191192
notify_failed_check:
192193
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)