añado cmake
Some checks failed
Create release from tag / create_release (push) Failing after 30s

This commit is contained in:
Álvaro González 2026-05-13 21:46:58 +02:00
parent ab9da820c9
commit 6eb5d3bb23

View file

@ -31,7 +31,7 @@ jobs:
channel: stable
flutter-version: 3.38.9
- run: |
apt get -y cmake ninja-build
apt install -y cmake ninja-build
flutter build linux --release
flutter build web --release
pushd build/web && zip -r ../../webapp.zip * && popd