Skip to content

Commit 79cfe31

Browse files
Fix shell name to lowercase
1 parent b7db6fd commit 79cfe31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Install dependencies
19-
shell: Bash
19+
shell: bash
2020
run: |
2121
chmod +x ${{ github.workspace }}/${{ env.CI_SCRIPT }}
2222
./${{ env.CI_SCRIPT }} install-base
2323
2424
- name: Create build directory
25-
shell: Bash
25+
shell: bash
2626
run: |
2727
./scripts/ci_linux mkdir-build
2828
2929
- name: Build zClipboard
30-
shell: Bash
30+
shell: bash
3131
run: |
3232
./scripts/ci_linux.sh release-build
3333

0 commit comments

Comments
 (0)