Skip to content

Commit

Permalink
Target Ubuntu 22.04 leap package.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 31, 2023
1 parent 638e2be commit b0ee240
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ jobs:
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 All @@ -180,7 +176,7 @@ jobs:
owner: AntelopeIO
repo: leap
target: 'v4'
file: 'leap.*(x86_64|amd64).deb'
file: 'leap.*ubuntu22.04_(x86_64|amd64).deb'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Leap
Expand Down

0 comments on commit b0ee240

Please sign in to comment.