Skip to content

Commit

Permalink
try fix test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <georgelemon@protonmail.com>
  • Loading branch information
georgelemon committed Nov 22, 2024
1 parent cd1203c commit 4a51f18
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 @@ -29,11 +29,11 @@ jobs:
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
ls
cd blend2d-nim/blend2-nim/blend2d/bindings/blend2d_source
cd src/blend2d/bindings/blend2d_source
git clone https://github.com/asmjit/asmjit 3rdparty/asmjit
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -G Ninja
cmake --build .
cd ../../..
- run: nimble install -Y
- run: nimble test

0 comments on commit 4a51f18

Please sign in to comment.