Updated steps in action file for Linux
Some checks failed
Build Linux App / build (push) Failing after 1m29s
Some checks failed
Build Linux App / build (push) Failing after 1m29s
This commit is contained in:
@@ -12,12 +12,16 @@ jobs:
|
||||
image: ghcr.io/cirruslabs/flutter:latest
|
||||
|
||||
steps:
|
||||
- name: Instalacja Node.js (wymagane przez Gitea Actions)
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y nodejs
|
||||
|
||||
- name: Pobranie kodu repozytorium
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Instalacja bibliotek systemowych dla Linux Desktop
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
|
||||
|
||||
- name: Aktywacja wsparcia dla Linuxa
|
||||
|
||||
Reference in New Issue
Block a user