Skip to content

Commit 4a3d55a

Browse files
committed
Fix workflow create dir
1 parent b424797 commit 4a3d55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GREP_SCHEME: "linux_amd64"
2424
TARGET_FOLDER: /home/.local/bin
2525
run: |
26-
mkdir -p ${TARGET_FOLDER}
26+
sudo mkdir -p ${TARGET_FOLDER}
2727
curl https://raw.githubusercontent.com/triole/ghwfe/master/sh/install_from_github.sh | bash
2828
- name: run the test
2929
env:

0 commit comments

Comments
 (0)