Skip to content

Commit 3754bf5

Browse files
committed
fix: installer testing
1 parent 504313e commit 3754bf5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/CI_TestInstaller.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ on: [push]
44

55
jobs:
66
install:
7-
87
runs-on: ubuntu-latest
98

109
steps:
11-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4.2.2
1211

13-
- name: Run Installer
14-
run: |
15-
sudo chmod +x installer.sh
16-
sudo ./installer.sh
12+
- name: Run Installer
13+
run: |
14+
sudo /bin/bash install.sh

0 commit comments

Comments
 (0)