From 2f5c6ec9503bd1879a44a74cbb6481b65d5fc97a Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Sat, 19 Aug 2023 03:23:36 +0200 Subject: [PATCH] Remove duplicate definition --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ca2462c9996..c30278eeb62 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -92,7 +92,7 @@ jobs: -DWARNINGS=ON -DWERROR=ON -DGLBINDING_ENABLED=$GLBINDING \ -DENABLE_DISCORD=ON -DCMAKE_INSTALL_MESSAGE=NEVER \ -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_SUBDIR_BIN=bin \ - -DINSTALL_SUBDIR_SHARE=share/supertux2 -DBUILD_TESTS=ON + -DINSTALL_SUBDIR_SHARE=share/supertux2 - name: Build and install working-directory: build