ci: Fix target platform for build linux

This commit is contained in:
krille-chan 2023-07-30 10:23:18 +02:00
commit 69b0c422be
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -63,5 +63,5 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install curl clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev libjsoncpp-dev cmake-data libsecret-1-dev libsecret-1-0 librhash0 -y
- run: flutter pub get
- run: flutter build linux
- run: flutter build linux --target-platform linux-${{ matrix.arch }}