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 9e3d470 commit c2a283eCopy full SHA for c2a283e
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
shell: bash
22
run: |
23
# Sourcing so we get the pipefail propagate.
24
- (set -euo pipefail ; . gnustep-web-install) | tee /tmp/gs-build.log
+ (set -euo pipefail ; export MANAGE_SUDO=no ; . gnustep-web-install) | tee /tmp/gs-build.log
25
# We should process the log here to see if we can recognize critical
26
# errors.
27
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
- (set -euo pipefail ; . gnustep-web-install-dev) | tee /tmp/gs-build.log
+ (set -euo pipefail ; export MANAGE_SUDO=no ; . gnustep-web-install-dev) | tee /tmp/gs-build.log
53
54
55
0 commit comments