Skip to content

Commit 94724ad

Browse files
Fix shell script path
1 parent 79cfe31 commit 94724ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Create build directory
2525
shell: bash
2626
run: |
27-
./scripts/ci_linux mkdir-build
27+
./scripts/ci_linux.sh mkdir-build
2828
2929
- name: Build zClipboard
3030
shell: bash

0 commit comments

Comments
 (0)