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
|
cp -r /src ~/vproject; cd ~/vproject
|
||||||
touch inside_docker.txt
|
touch inside_docker.txt
|
||||||
ls -la
|
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
|
git log -n4
|
||||||
echo "previous TERMUX_VERSION: $TERMUX_VERSION"
|
echo "previous TERMUX_VERSION: $TERMUX_VERSION"
|
||||||
export TERMUX_VERSION=0.118.3
|
export TERMUX_VERSION=0.118.3
|
||||||
echo "explicit TERMUX_VERSION: $TERMUX_VERSION"
|
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
|
VFLAGS="-cc cc" make
|
||||||
./v symlink
|
./v symlink
|
||||||
v run examples/hello_world.v
|
v run examples/hello_world.v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue