ci: fix ubuntu-gcc
							parent
							
								
									9845fade89
								
							
						
					
					
						commit
						039dafb30f
					
				|  | @ -36,7 +36,7 @@ jobs: | |||
|     - name: Install dependencies | ||||
|       run: sudo apt-get update; sudo apt-get install --quiet -y libglfw3 libglfw3-dev libfreetype6-dev libssl-dev | ||||
|     - name: Build v | ||||
|       run: make && ./v -o v compiler | ||||
|       run: make && ./v -cc gcc -o v compiler | ||||
|     - name: Test v->c | ||||
|       run: ./v test v | ||||
|     - name: Test v->js | ||||
|  |  | |||
|  | @ -19,4 +19,6 @@ | |||
| - "building a simple blog with vweb" tutorial + youtube video | ||||
| - new playground with a v compiler running in the browser | ||||
| - fix interfaces | ||||
| - merge v.c and v_win.c | ||||
| - fast.vlang.io | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue