diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e2229a..560178c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,10 @@ jobs: - name: Odin version run: odin version + # assetbake tests need vendor:stb native libs + - name: Build Odin STB libraries + run: make -C "$(odin root)/vendor/stb/src" + - name: Unit tests run: make test