Skip to content

Commit

Permalink
CI pls
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyquagsire23 committed Nov 16, 2024
1 parent 10a3a66 commit 38a54e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
brew unlink python3
brew upgrade && brew install --overwrite python3
brew install cmake make imagemagick
pip3 --break-system-packages install cogapp generate-iconset
pip3 install --break-system-packages cogapp generate-iconset
brew install openal-soft sdl2 sdl2_mixer glew libmodplug libpng
brew install openssl@3 protobuf
- name: cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt-get install -y build-essential cmake make clang python3 python3-pip bison imagemagick zsh \
libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libopenal-dev libglew-dev libssl-dev libprotobuf-dev libpng-dev libcurl4-openssl-dev \
protobuf-compiler &&
sudo pip3 --break-system-packages install cogapp
sudo pip3 install --break-system-packages cogapp
- name: Generate CMake Build System
run: cmake -DCMAKE_BUILD_TYPE=Debug -B "$OPENJKDF2_BUILD_DIR"
- name: Make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# libsdl2-dev libsdl2-mixer-dev libopenal-dev libglew-dev libprotobuf-dev protobuf-compiler
sudo update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix &&
sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix &&
sudo pip3 --break-system-packages install cogapp
sudo pip3 install --break-system-packages cogapp
- name: Generate CMake Build System
run: |
cmake --toolchain cmake_modules/toolchain_mingw.cmake \
Expand Down

0 comments on commit 38a54e0

Please sign in to comment.