Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Sep 27, 2023
1 parent 52a257c commit 6698432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
manylinux: auto
docker-options: |
-e RUST_BACKTRACE=1
before-script-linux: sudo apt-get install cmake clang doxygen g++ extra-cmake-modules libgif-dev libjpeg-dev ninja-build libgoogle-perftools-dev libunwind-dev
before-script-linux: |
yum install -y cmake clang doxygen g++ 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 6698432

Please sign in to comment.