Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf11cbe commit a740457Copy full SHA for a740457
.github/workflows/build.yml
@@ -28,17 +28,18 @@ jobs:
28
29
env:
30
BUBBLEWRAP_ARGUMENTS: |
31
- --unshare-all \
32
- --clearenv \
33
- --ro-bind / / \
34
--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 \
+ # --unshare-all \
+ # --clearenv \
+ # --ro-bind / / \
+ # --bind ${{ github.workspace }} ${{ github.workspace }} \
+ # --tmpfs $HOME \
+ # --tmpfs /tmp \
+ # --tmpfs /var \
+ # --dev /dev \
+ # --proc /proc \
+ # --die-with-parent \
42
+ # --new-session \
43
44
strategy:
45
matrix:
0 commit comments