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 25db9b8 commit 0964893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -G Ninja
cmake --build .
sudo mv libblend2d.so /usr/local/lib
cd ../../..
- run: 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
- run: nimble test

0 comments on commit 0964893

Please sign in to comment.