Skip to content

Commit

Permalink
updating publish python cli, openssl not found issue on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyBuga committed Dec 13, 2023
1 parent a82b96c commit 6df2866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install tools
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
sudo apt update
sudo apt install -y pkg-config libssl-dev
- name: Setup node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 6df2866

Please sign in to comment.