Skip to content

Commit

Permalink
ci: try again using env command
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 22, 2024
1 parent 6eb6815 commit 3889cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
--volume "${HOME}/.cabal/store":"${HOME}/.cabal/store" \
--volume "${{ github.workspace }}/dist-newstyle":/mnt/dist-newstyle \
--workdir /mnt \
ghcr.io/spex-lang/static-build:9.6.6
ghcr.io/spex-lang/static-build:9.6.6 \
on:
push:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
--disable-library-for-ghci \
--enable-library-stripping \
--enable-executable-stripping \
--enable-tests --enable-benchmarks --disable-documentation --project-dir=/mnt
--enable-tests --enable-benchmarks --disable-documentation
# XXX: this shouldn't be necessary, already done in image...
# Using historical state as of 2024-10-21T00:00:00Z as explicitly requested (via
Expand Down

0 comments on commit 3889cc0

Please sign in to comment.