Skip to content

Commit

Permalink
Workflow bug not fixed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Jul 6, 2024
1 parent 1c7d1fc commit e709ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download requirements
run: sudo python3.12 -m pip install --upgrade pip && sudo pip3 install xcrun && sudo pip3 install gcovr && brew update && brew install pipx lcov libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev # OpenGL dependencies only needed for SFML
run: sudo python3.12 -m pip install --upgrade pip --break-system-packages && sudo pip3 install xcrun --break-system-packages && sudo pip3 install gcovr --break-system-packages && brew update && brew install pipx lcov libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev # OpenGL dependencies only needed for SFML
- name: Install dependencies
run: pip3 install -r requirements.txt
run: pip3 install -r requirements.txt --break-system-packages
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit e709ce5

Please sign in to comment.