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

ci: fix v-apps-compile job for AdventOfCode, by adding v install regex too (#16752)

Missing pcre dependency
This commit is contained in:
Felipe Pena 2022-12-24 01:14:48 -03:00 committed by GitHub
parent 9dbc2afc5b
commit e9cad6f09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,4 +158,7 @@ jobs:
run: |
echo "Clone the AdventOfCode repo"
git clone --depth 1 https://github.com/vlang/adventofcode /tmp/adventofcode
echo "Install dependencies"
v install pcre
echo "Execute Tests"
cd /tmp/adventofcode && v run verify.v