Skip to content

Commit

Permalink
TEST: using necessary sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed May 23, 2024
1 parent 8f0ffbc commit fef7475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:

- name: Setup library location
run: |
ldconfig /usr/local/lib
sudo ldconfig /usr/local/lib
sudo ldconfig -v
ldd -v ./build/opencv-linux-x64.rebx
- name: Install Rebol for extension test
Expand Down

0 comments on commit fef7475

Please sign in to comment.