mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
show the value of os.user_os() at the end of the custom script ran on the CI
This commit is contained in:
parent
3ae732d266
commit
69551c9603
1 changed files with 1 additions and 0 deletions
1
.github/workflows/termux_ci.yml
vendored
1
.github/workflows/termux_ci.yml
vendored
|
@ -48,4 +48,5 @@ jobs:
|
|||
./v symlink
|
||||
v run examples/hello_world.v
|
||||
v run examples/primes.v
|
||||
v -e "import os; dump( os.user_os() )"
|
||||
'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue