Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa committed Mar 1, 2025
1 parent 40cf745 commit 6c0e0e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mkdir build_x86_64
cmake -S . -B build_x86_64
cmake --build build_x86_64
cmake --install build_x86_64
sudo cmake --install build_x86_64
popd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
pushd SDL3-$SDL_VERSION
mkdir build_${{ matrix.env }}
cmake -S . -B build_${{ matrix.env }} -G Ninja -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-mingw64-x86_64.cmake
cmake -S . -B build_${{ matrix.env }} -DCMAKE_TOOLCHAIN_FILE=build-scripts/cmake-toolchain-mingw64-{{ matrix.env }}.cmake
cmake --build build_${{ matrix.env }} --parallel
cmake --install build_${{ matrix.env }} --prefix C:/Libraries
popd
Expand All @@ -69,7 +69,7 @@ jobs:
./autogen.sh
./configure
make
make install --prefix=C:/Libraries
make install --prefix C:/Libraries
popd
- name: Set current date as env variable
Expand Down

0 comments on commit 6c0e0e5

Please sign in to comment.