ci: fix V setup one more time
This commit is contained in:
parent
2d1a4bc89f
commit
788a9f38fe
1
.github/workflows/docs.yaml
vendored
1
.github/workflows/docs.yaml
vendored
@ -18,7 +18,6 @@ jobs:
|
|||||||
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||||
unzip -q /tmp/v.zip -d /tmp
|
unzip -q /tmp/v.zip -d /tmp
|
||||||
echo /tmp/v >> "$GITHUB_PATH"
|
echo /tmp/v >> "$GITHUB_PATH"
|
||||||
v doctor
|
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user