Skip to content

Commit

Permalink
Update devx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored Apr 17, 2024
1 parent 584dec0 commit b540034
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/devx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
platform: [ x86_64-linux, x86_64-darwin ]
compiler-nix-name: [ ghc8107, ghc964 ]
compiler-nix-name: [ ghc810, ghc96 ]
target-platform: [ "", "-windows" ]

env:
Expand All @@ -30,7 +30,8 @@ jobs:
platform: ${{ matrix.platform }}
target-platform: ${{ matrix.target-platform }}
compiler-nix-name: ${{ matrix.compiler-nix-name }}
minimal: true
# for now we'll set minimal to false, as minimal-iog images don't exist.
minimal: false
iog: true
- name: cabal update
run: cabal update
Expand Down

0 comments on commit b540034

Please sign in to comment.