Skip to content

Commit

Permalink
use default images and remote submodule in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed May 14, 2024
1 parent 3ca0837 commit 8cf0226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands:
- checkout
- add_ssh_keys
- run: git submodule sync
- run: git submodule update --init
- run: git submodule update --init --remote

cabal_build_and_test:
description: "Build the project and run the tests"
Expand Down Expand Up @@ -150,14 +150,14 @@ jobs:

stack_900:
machine:
image: ubuntu-2004:202107-02
image: default
steps:
- stack_build_and_test:
stack_yaml_file: "stack.yaml"
extra_build_flags: "--flag liquidhaskell-boot:devel"
cabal_900:
machine:
image: ubuntu-2004:202107-02
image: default
steps:
- cabal_build_and_test:
ghc_version: "9.8.1"
Expand Down

0 comments on commit 8cf0226

Please sign in to comment.