build(flatpak): separate dependencies into sub-modules (#2818)

This commit is contained in:
ReenigneArcher 2024-07-14 19:01:59 -04:00 committed by GitHub
commit e34f446210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 200 additions and 220 deletions

View file

@ -98,9 +98,9 @@ jobs:
submodules: recursive
- name: Setup Dependencies Linux Flatpak
env:
PLATFORM_VERSION: "22.08"
run: |
PLATFORM_VERSION=22.08
sudo apt-get update -y
sudo apt-get install -y \
cmake \