Skip to content

Commit

Permalink
Install libssl-dev directly.
Browse files Browse the repository at this point in the history
Trying to manually solve error installing leap deb package around unmet dependencies.
  • Loading branch information
oschwaldp-oci committed Jul 31, 2023
1 parent f4305c3 commit 638e2be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@ jobs:
cd contract
ls
tar xvf contract.tar.gz
- name: Leap Dependency
run: |
apt-get install -y libssl-dev
- name: Download leap-dev binary
uses: AntelopeIO/asset-artifact-download-action@v3
with:
Expand Down

0 comments on commit 638e2be

Please sign in to comment.