Skip to content

Commit

Permalink
Merge pull request #8 from zkFold/fix-ci
Browse files Browse the repository at this point in the history
fix: add rustup nightly in ci
  • Loading branch information
diS3e authored Oct 28, 2024
2 parents 761fa8f + 7e2c25f commit a839d0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
ghc-version: '9.6.3'
cabal-version: '3.10.2.1'

- name: Set up rustup nightly
run: |
rustup toolchain install nightly
- name: Set up cargo-c
run: |
cargo install cargo-c
Expand Down

0 comments on commit a839d0a

Please sign in to comment.