From 2a6bd59cdb37345e42ae4126fc0afcea34b863a6 Mon Sep 17 00:00:00 2001 From: nesbox Date: Sun, 2 Jun 2024 10:21:46 +0200 Subject: [PATCH] ubuntu fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1e41bf3c..bce3a7682 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,7 +133,7 @@ jobs: - name: Build run: | cd build - cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_WITH_ALL=ON -DBUILD_SDL=ON .. + cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_WITH_ALL=ON .. cmake --build . --config MinSizeRel --parallel - name: Deploy @@ -147,7 +147,7 @@ jobs: - name: Build Pro run: | cd build - cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_PRO=ON -DBUILD_WITH_ALL=ON -DBUILD_SDL=ON .. + cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_PRO=ON -DBUILD_WITH_ALL=ON .. cmake --build . --config MinSizeRel --parallel # === Raspberry PI ===