diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 19:24:58 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 19:24:58 +0000 |
| commit | 555141e35166c7f7d98c16f6f95fde8e57a651c2 (patch) | |
| tree | e5cce20d7692b2ba99e68ed46ae545ea8923b94c /.github/workflows | |
| parent | d5ad18ff3b97515c12a35f00d940e62bb34b7401 (diff) | |
Implement runtime OS detection and automatic versioningv0.1.2
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-ape.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
