Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Jun 14, 2024
1 parent b78df46 commit f46db7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
LATEST_TAG: ${{ steps.get-latest-tag.outputs.LATEST_TAG }}

steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libwasmvm
- name: Set LD_LIBRARY_PATH
run: echo "/usr/local/lib" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f46db7f

Please sign in to comment.