From 555141e35166c7f7d98c16f6f95fde8e57a651c2 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Sun, 25 Jan 2026 19:24:58 +0000 Subject: Implement runtime OS detection and automatic versioning --- .github/workflows/build-ape.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-ape.yml b/.github/workflows/build-ape.yml index f5e9c85..ded68fe 100644 --- a/.github/workflows/build-ape.yml +++ b/.github/workflows/build-ape.yml @@ -30,7 +30,7 @@ jobs: - name: Build APE run: | - # Ensure PATH is updated in this step + # Ensure PATH is updated and build with tag-aware versioning export PATH="$HOME/cosmocc/bin:$PATH" make clean make ape -- cgit v1.2.3