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 504313e commit 3754bf5Copy full SHA for 3754bf5
.github/workflows/CI_TestInstaller.yml
@@ -4,13 +4,11 @@ on: [push]
4
5
jobs:
6
install:
7
-
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4.2.2
12
13
- - name: Run Installer
14
- run: |
15
- sudo chmod +x installer.sh
16
- sudo ./installer.sh
+ - name: Run Installer
+ run: |
+ sudo /bin/bash install.sh
0 commit comments