From ab9da820c9be11ae0439880eb39662a62f216b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Wed, 13 May 2026 19:28:54 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1ado=20cmake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 525a982..1893948 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: channel: stable flutter-version: 3.38.9 - run: | + apt get -y cmake ninja-build flutter build linux --release flutter build web --release pushd build/web && zip -r ../../webapp.zip * && popd