Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Dec 6, 2024
1 parent 2d743e5 commit 8705759
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
run: cargo xtask set-dep-version cairo --rev $(git ls-remote --refs "https://github.com/starkware-libs/cairo" main | awk '{print $1}')

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

- name: Rebuild xtasks after Cargo.toml changes
run: cargo build -p xtask
Expand Down Expand Up @@ -186,7 +187,7 @@ jobs:
{
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
}

notify_failed_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8705759

Please sign in to comment.