From cb46f8f892aa417985476e24070fb88bf0ad9198 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 4 May 2026 00:47:11 +0300 Subject: [PATCH] ci: clone vinix master branch (current development), not stale main --- .github/workflows/vinix_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vinix_ci.yml b/.github/workflows/vinix_ci.yml index 30f7c5d43..44b5b7536 100644 --- a/.github/workflows/vinix_ci.yml +++ b/.github/workflows/vinix_ci.yml @@ -37,7 +37,7 @@ jobs: v retry -- sudo apt install build-essential -y - name: Clone current Vinix - run: v retry -- git clone --depth=1 https://github.com/vlang/vinix.git + run: v retry -- git clone --depth=1 --branch master https://github.com/vlang/vinix.git - name: Download Vinix kernel dependencies run: cd vinix/kernel && v retry -- ./get-deps -- 2.39.5