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 27cb73f commit 1c7d1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 pip3 install xcrun && sudo pip3 install gcovr && brew update && brew install 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 && 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
- name: Install dependencies
run: pip install -r requirements.txt
run: pip3 install -r requirements.txt
- 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
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v2

- name: Install dependencies
if: runner.os == 'Linux'
run: brew install lcov

- name: Create build directory
Expand Down

0 comments on commit 1c7d1fc

Please sign in to comment.