Skip to content

Commit

Permalink
Updating GitHub actions [18]
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Aug 30, 2024
1 parent fb5e7e1 commit b9a76db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
id: testsuite-filepath
run: |
echo "TESTPATH=$(cabal list-bin ${THISTESTEXE} ${PROJECTFILE})"
echo "TESTPATH=$(cabal list-bin ${THISTESTEXE} ${PROJECTFILE})" >> $GITHUB_ENV
echo "TESTPATH=$(cabal list-bin ${THISTESTEXE} ${PROJECTFILE})" >> "$GITHUB_OUTPUT"
- name: 'Cabal - Integration Tests'
env:
Expand Down
1 change: 0 additions & 1 deletion PhyG.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ Executable phyg
-- -feager-blackholing -- may be causing parallel loop errors
-O2
-rtsopts
-Wall
-- Maybe this is required for good paralellism?
-fno-omit-yields
-- There is/are known compiler bug(s) with this optimization in GHC 9.6.2 (and earlier?).
Expand Down

0 comments on commit b9a76db

Please sign in to comment.