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

a small cached modules fix

This commit is contained in:
Alexander Medvednikov
2019-10-10 03:48:11 +03:00
parent 4d941b5fdb
commit 48e13a3362
2 changed files with 9 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Test vid
run: |
git clone --depth 1 https://github.com/vlang/vid.git
cd vid && ../v -debug -o vid .
cd vid && ../v -o vid .
build-ubuntu:
runs-on: ubuntu-18.04