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 9314bbb commit 6d88f76Copy full SHA for 6d88f76
1 file changed
.github/workflows/install-script-tests.yml
@@ -22,20 +22,10 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@v5
24
25
- - name: Set up Bash on Windows
26
- if: runner.os == 'Windows'
27
- uses: msys2/setup-msys2@v2
28
- with:
29
- install: bash
30
-
31
- name: Run script on Linux/macOS
32
- if: runner.os != 'Windows'
+ shell: bash
33
run: bash install-cli.sh
34
35
- - name: Run script on Windows (MSYS2 Bash)
36
37
- shell: msys2 {0}
38
- run: bash install-cli.sh
39
40
- name: Verify installation
41
run: kosli version
0 commit comments