File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
run : cargo xtask set-dep-version cairo --rev $(git ls-remote --refs "https://github.com/starkware-libs/cairo" main | awk '{print $1}')
41
41
42
42
- 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
44
45
45
46
- name : Rebuild xtasks after Cargo.toml changes
46
47
run : cargo build -p xtask
@@ -186,7 +187,7 @@ jobs:
186
187
{
187
188
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
188
189
}
189
-
190
+
190
191
191
192
notify_failed_check :
192
193
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments