Skip to content

Commit

Permalink
Sudo to gain permissions to create the symlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 21, 2023
1 parent 8bdd860 commit 36acfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
dpkg -L leap | grep cleos
- name: Link Leap TestHarness Module (fix for v4 of leap)
run: ln -s /usr/share/leap_testing/tests/TestHarness /usr/lib/python3/dist-packages/TestHarness
run: sudo ln -s /usr/share/leap_testing/tests/TestHarness /usr/lib/python3/dist-packages/TestHarness

- name: Test Leap Integration
run: |
Expand Down

0 comments on commit 36acfe3

Please sign in to comment.