From 69551c9603b51a09ffe39a0422fa7baf00ef12b4 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 17 Aug 2025 14:44:33 +0300 Subject: [PATCH] show the value of os.user_os() at the end of the custom script ran on the CI --- .github/workflows/termux_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/termux_ci.yml b/.github/workflows/termux_ci.yml index f36192e784..fb7cf37043 100644 --- a/.github/workflows/termux_ci.yml +++ b/.github/workflows/termux_ci.yml @@ -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() )" '