Skip to content

Commit

Permalink
Minor change to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Jul 31, 2024
1 parent 248be75 commit 6cf500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download requirements
run: sudo pip3 install xcrun && sudo pip3 install gcovr --break-system-packages && brew install lcov libxrandr libxcursor libudev openal-soft flac libvorbis mesa freeglut
run: sudo pip3 install xcrun --break-system-packages && sudo pip3 install gcovr --break-system-packages && brew install lcov libxrandr libxcursor libudev openal-soft flac libvorbis mesa freeglut
- name: Install dependencies
run: pip install -r requirements.txt
- name: Configure CMake
Expand Down

0 comments on commit 6cf500a

Please sign in to comment.