Skip to content

Commit 8e5b42c

Browse files
committed
ci: update workflow
1 parent d1c9fbe commit 8e5b42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run install script
4040
run: |
4141
# Run install script in non-interactive mode with --no-gui
42-
bash .config/install.sh --no-gui
42+
bash install.sh --no-gui
4343
env:
4444
CI: true
4545
NONINTERACTIVE: 1
@@ -150,7 +150,7 @@ jobs:
150150
- name: Run install script
151151
run: |
152152
# Run install script in non-interactive mode with --no-gui
153-
bash .config/install.sh --no-gui
153+
bash install.sh --no-gui
154154
env:
155155
CI: true
156156
NONINTERACTIVE: 1

0 commit comments

Comments
 (0)