show the value of os.user_os() at the end of the custom script ran on the CI

This commit is contained in:
Delyan Angelov 2025-08-17 14:44:33 +03:00
parent 3ae732d266
commit 69551c9603
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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() )"
'