Skip to content

Commit

Permalink
TEST: setup library location on Linux and print module's library info
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed May 23, 2024
1 parent cdf85b4 commit 8f0ffbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
- name: Build 64bit Rebol OpenCV extension
run: ./siskin Rebol-OpenCV.nest -o ./build/opencv-linux-x64.rebx opencv-linux-x64

- name: Setup library location
run: |
ldconfig /usr/local/lib
ldd -v ./build/opencv-linux-x64.rebx
- name: Install Rebol for extension test
uses: oldes/install-rebol@v3.17.0

Expand Down

0 comments on commit 8f0ffbc

Please sign in to comment.