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

ci: fix failing ubuntu-musl job

This commit is contained in:
Delyan Angelov 2020-09-18 21:32:05 +03:00
parent 78e6ddee75
commit bc28801993

View File

@ -249,7 +249,7 @@ jobs:
echo $VFLAGS && make -j4 && ./v -cg -o v cmd/v
- name: Test V fixed tests
run: |
v test-fixed
./v test-fixed
# ubuntu-musl:
# runs-on: ubuntu-18.04