Skip to content

Commit

Permalink
wip 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 Oct 17, 2024
1 parent 99d8f22 commit 57646ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
wget https://blend2d.com/download/blend2d-0.11.4.tar.gz
tar –xf blend2d-0.11.4.tar.gz
tar –xvzf blend2d-0.11.4.tar.gz
cmake blend2d -B blend2d/build -DCMAKE_BUILD_TYPE=Release -DBLEND2D_EMBED=TRUE
cmake --build blend2d/build
# - run: nimble install -Y
Expand Down

0 comments on commit 57646ef

Please sign in to comment.