Skip to content

Commit b424797

Browse files
committed
Fix check links workflow
1 parent 724116c commit b424797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
GREP_SCHEME: "linux_amd64"
2424
TARGET_FOLDER: /home/.local/bin
2525
run: |
26-
sudo mkdir -p ${TARGET_FOLDER}
26+
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:
30-
PATH: ${PATH}:/home/.local/bin
30+
PATH: /bin:/sbin:/usr/bin:/usr/sbin:/home/.local/bin
3131
run: .github/sh/check-links.sh

0 commit comments

Comments
 (0)