We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c9fbe commit 8e5b42cCopy full SHA for 8e5b42c
1 file changed
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Run install script
40
run: |
41
# Run install script in non-interactive mode with --no-gui
42
- bash .config/install.sh --no-gui
+ bash install.sh --no-gui
43
env:
44
CI: true
45
NONINTERACTIVE: 1
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
154
155
156
0 commit comments