From a910af190c1aa9f20bae98b977cd403f2dac8035 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 17 Mar 2025 17:17:00 +0300 Subject: [PATCH] ci: setup variables --- .gitea/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3b826423a..98d8fc3e0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -149,6 +149,7 @@ jobs: - name: (en_US) Build KolibriOS run: | export PATH=/home/autobuild/tools/win32/bin:$PATH + source kos32-export-env-vars ${{ gitea.workspace }} tup build-en_US - name: (en_US) Upload floppy image @@ -173,6 +174,7 @@ jobs: - name: (ru_RU) Build KolibriOS run: | export PATH=/home/autobuild/tools/win32/bin:$PATH + source kos32-export-env-vars ${{ gitea.workspace }} tup build-ru_RU - name: (ru_RU) Upload floppy image @@ -197,6 +199,7 @@ jobs: - name: (es_ES) Build KolibriOS run: | export PATH=/home/autobuild/tools/win32/bin:$PATH + source kos32-export-env-vars ${{ gitea.workspace }} tup build-es_ES - name: (es_ES) Upload floppy image