Skip to content

Commit

Permalink
ci package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
p-s-cott committed Jul 26, 2023
1 parent ef5ca00 commit 66a1bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
yum -y install python3
pip3 install --upgrade pip
yum -y install gcc python3-devel python3-wheel upx libssl-dev
yum -y install gcc python3-devel python3-wheel upx openssl-devel
pip3 install -r ./requirements.txt
- name: Build & Run Binary
run: |
Expand Down

0 comments on commit 66a1bab

Please sign in to comment.