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

ci: remove double vab build (#9217)

This commit is contained in:
Carlos Cobo 2021-03-09 16:19:06 +01:00 committed by GitHub
parent c4b0fdcbaf
commit b68784aa7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1015,5 +1015,3 @@ jobs:
run: git clone --depth 1 https://github.com/vlang/vab
- name: Build vab
run: cd vab; ../v ./vab.v ; cd ..
- name: Build vab with
run: cd vab; ../v ./vab.v ; cd ..