Skip to content

Commit

Permalink
remove g++ from yum
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Sep 27, 2023
1 parent fca0f6f commit 5312fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
docker-options: |
-e RUST_BACKTRACE=1
before-script-linux: |
apt install -y cmake clang doxygen g++ extra-cmake-modules libgif-dev libjpeg-dev ninja-build libgoogle-perftools-dev libunwind-dev
yum install -y cmake clang doxygen extra-cmake-modules libgif-dev libjpeg-dev ninja-build libgoogle-perftools-dev libunwind-dev
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5312fb6

Please sign in to comment.