move the installation of package dependencies after the diagnostic steps

This commit is contained in:
Delyan Angelov 2025-08-17 14:42:35 +03:00
parent 6b35b1c09a
commit 3ae732d266
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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