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

ci: comment out the v -autofree . step for gitly temporarily

This commit is contained in:
Delyan Angelov
2022-05-05 09:20:08 +03:00
parent 7170a09382
commit 785e9af8f1

View File

@@ -217,7 +217,7 @@ jobs:
cd gitly
../v .
# ./gitly -ci_run
../v -autofree .
# ../v -autofree .
../v -o x tests/first_run.v
./x
cd ..