Skip to content

Commit 8ee11d1

Browse files
committed
Re-enable docker job
1 parent 822a565 commit 8ee11d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
exclude:
2828
- os: macos-14 # ARM
2929
devShell: ghc810
30-
3130
runs-on: ${{ matrix.os }}
32-
3331
steps:
3432
- uses: actions/checkout@v3
3533
- uses: cachix/install-nix-action@v22
@@ -68,7 +66,6 @@ jobs:
6866
run: ./bin/${{ matrix.devShell }} -c ./script/haddock
6967

7068
docker:
71-
if: false
7269
uses: ./.github/workflows/reusable-docker.yml
7370
with:
7471
push: false

0 commit comments

Comments
 (0)