Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 26, 2024
1 parent 290d712 commit 038ad4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ jobs:
- name: Install openssl for AlluxioCommon Build
run: |
sudo apt-get update
sudo apt-get install openssl libssl-dev openssl-dev
# sudo apt-get update
sudo apt install pkg-config
sudo apt-get install libssl-dev
# sudo apt-get install libudev-dev

# alluxiocommon related
- name: Build alluxiocommon wheels
Expand Down

0 comments on commit 038ad4e

Please sign in to comment.