Skip to content

Commit

Permalink
Merge pull request #179 from ultima-ib/frtb_pyengine
Browse files Browse the repository at this point in the history
updating publish python cli, openssl not found issue on linux
  • Loading branch information
AnatolyBuga authored Dec 13, 2023
2 parents 54fbce9 + 6df2866 commit 95344fa
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 95344fa

Please sign in to comment.