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:
parent
9dbc2afc5b
commit
e9cad6f09d
@ -158,4 +158,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Clone the AdventOfCode repo"
|
echo "Clone the AdventOfCode repo"
|
||||||
git clone --depth 1 https://github.com/vlang/adventofcode /tmp/adventofcode
|
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
|
cd /tmp/adventofcode && v run verify.v
|
||||||
|
Loading…
Reference in New Issue
Block a user