Skip to content

Commit

Permalink
ci: fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 21, 2024
1 parent 548e575 commit b3e7691
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,12 @@ jobs:
- name: Build static binary
run: |
cd release && \
docker pull ghcr.io/spex-lang/static-build:latest && \
docker run \
-v "${PWD}/..":/mnt/:ro \
-v "~/.cabal/packages":/root/.cache/cabal/packages \
-v "~/.cabal/store":/root/.local/state/cabal/store \
-v "${PWD}/dist-newstyle":/mnt/dist-newstyle \
ghcr.io/spex-lang/spex-static-build
ghcr.io/spex-lang/static-build:latest
# - name: Create new git tag, if merge to master and .cabal version is bumped
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit b3e7691

Please sign in to comment.