From 8a8a87f2362c40b1b688387b1a173a528bba610b Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Sun, 2 Jun 2024 12:18:33 +0200 Subject: [PATCH] Ups, wrong line. --- .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 e5cd78c29..6abba11c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,11 +33,11 @@ jobs: curl https://www.libsdl.org/release/SDL2-2.26.0.tar.gz | tar xzf - mkdir SDL2-2.26.0/build cd SDL2-2.26.0/build - gcc --version - clang++ --version ../configure && make -j3 && sudo make install - name: Build Stella run: | + gcc --version + clang++ --version ./configure && make -j3 all windows: