Updated steps in action file for Linux
Some checks failed
Build Linux App / build (push) Failing after 1m29s

This commit is contained in:
Kazimierz Ciołek
2026-02-19 15:05:21 +01:00
parent 68f8fd95f6
commit 600a79ac25

View File

@@ -12,12 +12,16 @@ jobs:
image: ghcr.io/cirruslabs/flutter:latest image: ghcr.io/cirruslabs/flutter:latest
steps: steps:
- name: Instalacja Node.js (wymagane przez Gitea Actions)
run: |
apt-get update
apt-get install -y nodejs
- name: Pobranie kodu repozytorium - name: Pobranie kodu repozytorium
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Instalacja bibliotek systemowych dla Linux Desktop - name: Instalacja bibliotek systemowych dla Linux Desktop
run: | run: |
apt-get update
apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
- name: Aktywacja wsparcia dla Linuxa - name: Aktywacja wsparcia dla Linuxa