Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored and paulcadman committed Sep 12, 2024
1 parent 62759a3 commit bf69d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
CAIRO_VM_VERSION: 06e8ddbfa14eef85f56c4d7b7631c17c9b0a248e
RISC0_VM_VERSION: v1.0.1
JUST_ARGS: runtimeCcArg=$CC runtimeLibtoolArg=$LIBTOOL
STACK_BUILD_ARGS: --pedantic -j4 --ghc-options=-j
STACK_BUILD_ARGS: --pedantic -j4 --ghc-options=-j --stack-yaml=stack.yaml

jobs:
pre-commit:
Expand All @@ -44,7 +44,7 @@ jobs:
ormolu:
runs-on: ubuntu-latest
env:
STACK_RESOLVER: nightly-2024-05-31
STACK_RESOLVER: lts-21.25
steps:
- uses: actions/checkout@v3
- uses: extractions/setup-just@v2
Expand Down

0 comments on commit bf69d88

Please sign in to comment.