File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
os :
21
21
- macos-13 # x86_64-darwin
22
- - macos-latest # aarch64-darwin
23
- - ubuntu-latest # x86_64-linux
22
+ # - macos-latest # aarch64-darwin
23
+ # - ubuntu-latest # x86_64-linux
24
24
fail-fast : true
25
25
runs-on : ${{ matrix.os }}
26
26
timeout-minutes : 30
@@ -40,11 +40,11 @@ jobs:
40
40
- name : Enter devenv shell
41
41
run : nix develop --no-pure-eval
42
42
- name : Update Cabal list of known packages.
43
- run : cabal update
43
+ run : nix develop --no-pure-eval -c cabal update
44
44
- name : Compile code ${{ matrix.ghc }}
45
- run : cabal build
45
+ run : nix develop --no-pure-eval -c cabal build
46
46
- name : Run tests ${{ matrix.ghc }}
47
- run : cabal test
47
+ run : nix develop --no-pure-eval -c cabal test
48
48
49
49
docker :
50
50
uses : ./.github/workflows/reusable-docker.yml
You can’t perform that action at this time.
0 commit comments