Skip to content

Commit

Permalink
volume
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 26, 2024
1 parent 0b68ab9 commit 95d8518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/staticbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
container:
image: ${{ matrix.image }}
options: --platform ${{ matrix.platform }}
volumes:
# otherwise we get a 'read-only filesystem' error when symlinking over this
- /tmp/node20:/__e/node20
timeout-minutes: 15
outputs:
date: ${{ steps.build_date.outputs.date }}
Expand Down

0 comments on commit 95d8518

Please sign in to comment.