Update docs.yaml
This commit is contained in:
@@ -13,8 +13,9 @@ jobs:
|
||||
|
||||
- name: Setup V
|
||||
run: |
|
||||
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||
unzip -q /tmp/v.zip -d /tmp
|
||||
#wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||
#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"
|
||||
|
||||
- name: Build docs
|
||||
|
||||
Reference in New Issue
Block a user