Skip to content

Commit

Permalink
fix 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 9849d02 commit cd1203c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true # recursive
submodules: recursive
token: ${{ secrets.GITHUB_TOKEN }}
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
ls
cd blend2d-nim/blend2-nim/blend2d/bindings/blend2d_source
git clone https://github.com/asmjit/asmjit 3rdparty/asmjit
mkdir build && cd build
Expand Down

0 comments on commit cd1203c

Please sign in to comment.