We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7db6fd commit 79cfe31Copy full SHA for 79cfe31
1 file changed
.github/workflows/linux.yml
@@ -16,18 +16,18 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Install dependencies
19
- shell: Bash
+ shell: bash
20
run: |
21
chmod +x ${{ github.workspace }}/${{ env.CI_SCRIPT }}
22
./${{ env.CI_SCRIPT }} install-base
23
24
- name: Create build directory
25
26
27
./scripts/ci_linux mkdir-build
28
29
- name: Build zClipboard
30
31
32
./scripts/ci_linux.sh release-build
33
0 commit comments