mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
move the installation of package dependencies after the diagnostic steps
This commit is contained in:
parent
6b35b1c09a
commit
3ae732d266
1 changed files with 2 additions and 2 deletions
4
.github/workflows/termux_ci.yml
vendored
4
.github/workflows/termux_ci.yml
vendored
|
@ -38,12 +38,12 @@ jobs:
|
|||
cp -r /src ~/vproject; cd ~/vproject
|
||||
touch inside_docker.txt
|
||||
ls -la
|
||||
.github/workflows/retry.sh pkg update -y
|
||||
.github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git
|
||||
git log -n4
|
||||
echo "previous TERMUX_VERSION: $TERMUX_VERSION"
|
||||
export TERMUX_VERSION=0.118.3
|
||||
echo "explicit TERMUX_VERSION: $TERMUX_VERSION"
|
||||
.github/workflows/retry.sh pkg update -y
|
||||
.github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git
|
||||
VFLAGS="-cc cc" make
|
||||
./v symlink
|
||||
v run examples/hello_world.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue