Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a740457

Browse files
committed
Update build.yml
1 parent cf11cbe commit a740457

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,18 @@ jobs:
2828

2929
env:
3030
BUBBLEWRAP_ARGUMENTS: |
31-
--unshare-all \
32-
--clearenv \
33-
--ro-bind / / \
3431
--bind ${{ github.workspace }} ${{ github.workspace }} \
35-
--tmpfs $HOME \
36-
--tmpfs /tmp \
37-
--tmpfs /var \
38-
--dev /dev \
39-
--proc /proc \
40-
--die-with-parent \
41-
--new-session \
32+
# --unshare-all \
33+
# --clearenv \
34+
# --ro-bind / / \
35+
# --bind ${{ github.workspace }} ${{ github.workspace }} \
36+
# --tmpfs $HOME \
37+
# --tmpfs /tmp \
38+
# --tmpfs /var \
39+
# --dev /dev \
40+
# --proc /proc \
41+
# --die-with-parent \
42+
# --new-session \
4243

4344
strategy:
4445
matrix:

0 commit comments

Comments
 (0)