Skip to content

Commit

Permalink
Re-enable docker job
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jun 21, 2024
1 parent 822a565 commit 8ee11d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
exclude:
- os: macos-14 # ARM
devShell: ghc810

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
Expand Down Expand Up @@ -68,7 +66,6 @@ jobs:
run: ./bin/${{ matrix.devShell }} -c ./script/haddock

docker:
if: false
uses: ./.github/workflows/reusable-docker.yml
with:
push: false

0 comments on commit 8ee11d1

Please sign in to comment.