Update docs.yaml
This commit is contained in:
@@ -13,8 +13,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup V
|
- name: Setup V
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
git clone --depth=1 https://github.com/vlang/v /tmp/ && cd /tmp && make
|
||||||
echo /tmp/v >> "$GITHUB_PATH"
|
echo /tmp/v >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
|
|||||||
Reference in New Issue
Block a user