Skip to content

Commit

Permalink
Merge pull request #1537 from jhrcek/jhrcek/fix-ci-warning
Browse files Browse the repository at this point in the history
Fix CI warning
  • Loading branch information
ndmitchell authored Jan 14, 2024
2 parents 6f84e5c + 4734195 commit 6ed8f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get GHC libdir
id: get-ghc-libdir
run: |
echo "::set-output name=libdir::$(ghc --print-libdir)"
echo "libdir=$(ghc --print-libdir)" >> $GITHUB_OUTPUT
shell: bash
- run: cabal v2-freeze --enable-tests
- uses: actions/cache@v2
Expand Down

0 comments on commit 6ed8f43

Please sign in to comment.