Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 15, 2023
1 parent cf11cbe commit a740457
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@ jobs:

env:
BUBBLEWRAP_ARGUMENTS: |
--unshare-all \
--clearenv \
--ro-bind / / \
--bind ${{ github.workspace }} ${{ github.workspace }} \
--tmpfs $HOME \
--tmpfs /tmp \
--tmpfs /var \
--dev /dev \
--proc /proc \
--die-with-parent \
--new-session \
# --unshare-all \
# --clearenv \
# --ro-bind / / \
# --bind ${{ github.workspace }} ${{ github.workspace }} \
# --tmpfs $HOME \
# --tmpfs /tmp \
# --tmpfs /var \
# --dev /dev \
# --proc /proc \
# --die-with-parent \
# --new-session \

strategy:
matrix:
Expand Down

0 comments on commit a740457

Please sign in to comment.