Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
L-TChen committed Jan 20, 2022
1 parent 9c12563 commit 4cad28e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ env:
GHC_VERSION: 8.10.7
CABAL_VERSION: latest
CABAL_BIN : $HOME/.local/bin
CABAL_INSTALL: cabal install --installdir=$HOME/.local/bin --overwrite-policy=always --ghc-options='+RTS -M6G -RTS'
AGDA_COMMIT: master
CABAL_INSTALL: cabal install --installdir=$HOME/.local/bin --overwrite-policy=always --ghc-options='-O0 +RTS -M6G -RTS'
AGDA_COMMIT: 382861b1967b7ced0806343b8410709b2ce91df0
AGDA_FLAGS: -W noNoEquivWhenSplitting -W error

jobs:
Expand All @@ -57,7 +57,7 @@ jobs:
id: cache-cabal
with:
path: |
${{ env.CABAL_BIN }}
~/.local/bin
key: ${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_COMMIT }}

########################################################################
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
cd agda
${{ env.CABAL_INSTALL }}
strip ${{ env.CABAL_BIN}}/agda
strip ${{ env.CABAL_BIN }}/agda
########################################################################
## TESTING
Expand Down

0 comments on commit 4cad28e

Please sign in to comment.