Skip to content

Commit

Permalink
ci: try explicit pull again
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 21, 2024
1 parent fa2d3b3 commit 5479320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
- name: Build static binary
run: |
cd release && \
docker run --pull=missing \
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 \
Expand Down

0 comments on commit 5479320

Please sign in to comment.