Skip to content

Commit 541f0ea

Browse files
Fix:
chmod: cannot access '/home/runner/work/zClipboard/zClipboard/scripts/ci_linux.sh': No such file or directory Error: Process completed with exit code 1.
1 parent 3debe5b commit 541f0ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install dependencies
22+
working-directory: ${{ github.workspace }}
2223
shell: bash
2324
run: |
2425
chmod +x ${{ github.workspace }}/${{ env.CI_SCRIPT }}

0 commit comments

Comments
 (0)