Skip to content

Commit 42b7a4b

Browse files
author
Lukasz Czajka
committed
fix versions
1 parent 8389a01 commit 42b7a4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ormolu:
4646
runs-on: ubuntu-latest
4747
env:
48-
STACK_RESOLVER: lts-21.25
48+
STACK_RESOLVER: nightly-2025-05-28
4949
steps:
5050
- uses: actions/checkout@v3
5151
- uses: extractions/setup-just@v2
@@ -227,7 +227,7 @@ jobs:
227227
if: steps.cache-cairo-vm.outputs.cache-hit != 'true'
228228
uses: actions-rust-lang/setup-rust-toolchain@v1
229229
with:
230-
toolchain: 1.81.0
230+
toolchain: 1.88.0
231231
cache-on-failure: false
232232

233233
- name: Install RISC0 VM

0 commit comments

Comments
 (0)