Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Oct 16, 2023
1 parent 8e788e1 commit cbe3640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
timeout-minutes:
60
container:
image: buildpack-deps:bionic
image: buildpack-deps:jammy
continue-on-error: ${{ matrix.allow-failure }}
strategy:
matrix:
Expand Down Expand Up @@ -132,6 +132,7 @@ jobs:
uses: actions/checkout@v3
with:
path: source
submodules: "true"
- name: initial cabal.project for sdist
run: |
touch cabal.project
Expand Down

0 comments on commit cbe3640

Please sign in to comment.