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
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

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