ci: fix V setup again
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/docs.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/docs.yaml
									
									
									
									
										vendored
									
									
								
							@@ -16,8 +16,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 /usr/local/lib/
 | 
					          unzip -q /tmp/v.zip -d /tmp
 | 
				
			||||||
          ln -vs /usr/local/lib/v/v /usr/local/bin/v
 | 
					          echo /tmp/v >> "$GITHUB_PATH"
 | 
				
			||||||
 | 
					          v doctor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build docs
 | 
					      - name: Build docs
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user