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