Skip to content

Commit 97d2603

Browse files
committed
Remove devenv shell
1 parent beea62c commit 97d2603

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
matrix:
2020
os:
2121
- 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
2424
fail-fast: true
2525
runs-on: ${{ matrix.os }}
2626
timeout-minutes: 30
@@ -40,11 +40,11 @@ jobs:
4040
- name: Enter devenv shell
4141
run: nix develop --no-pure-eval
4242
- name: Update Cabal list of known packages.
43-
run: cabal update
43+
run: nix develop --no-pure-eval -c cabal update
4444
- name: Compile code ${{ matrix.ghc }}
45-
run: cabal build
45+
run: nix develop --no-pure-eval -c cabal build
4646
- name: Run tests ${{ matrix.ghc }}
47-
run: cabal test
47+
run: nix develop --no-pure-eval -c cabal test
4848

4949
docker:
5050
uses: ./.github/workflows/reusable-docker.yml

0 commit comments

Comments
 (0)