1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix ci.yml (add missing required run: line to a task)

This commit is contained in:
Delyan Angelov
2022-10-10 03:43:00 +03:00
parent 345d4d60e5
commit a4e8b9cabe

View File

@@ -248,6 +248,7 @@ jobs:
./v3 version ./v3 version
./v3 -o tetris -usecache examples/tetris/tetris.v ./v3 -o tetris -usecache examples/tetris/tetris.v
- name: V self compilation with -parallel-cc - name: V self compilation with -parallel-cc
run: |
./v -o v2 -parallel-cc cmd/v ./v -o v2 -parallel-cc cmd/v
- name: Test password input - name: Test password input
run: | run: |