Skip to content

Commit

Permalink
fix yum g++
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Sep 30, 2023
1 parent 93c9991 commit cc6f0f2
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 @@ -42,7 +42,7 @@ jobs:

- name: Yum Install dependencys
run: |
yum install cmake clang doxygen gcc-c++ extra-cmake-modules libgif-dev libjpeg-dev ninja-build libgoogle-perftools-dev libunwind-dev
yum install cmake clang doxygen gcc-c++ extra-cmake-modules ninja-build
- name: Build and install libjxl
run: |
Expand Down

0 comments on commit cc6f0f2

Please sign in to comment.