Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon authored Nov 22, 2024
1 parent 1f85f3b commit c1ef40b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -G Ninja
cmake --build .
cd ../../..
- run: 'LD_LIBRARY_PATH=/usr/local/lib'
- run: 'sudo mv /home/runner/work/blend2d-nim/blend2d-nim/src/blend2d/bindings/blend2d_source/build/libblend2d.so /usr/local/lib'
- run: |
LD_LIBRARY_PATH=/usr/local/lib
sudo apt install ldconfig
sudo ldconfig
- run: |
ls /home/runner/work/blend2d-nim/blend2d-nim/src/blend2d/bindings/blend2d_source/build/
sudo mv /home/runner/work/blend2d-nim/blend2d-nim/src/blend2d/bindings/blend2d_source/build/libblend2d.so /usr/local/lib
- run: nimble install -Y
- run: nimble test

0 comments on commit c1ef40b

Please sign in to comment.