Make it better
All checks were successful
Build and Deploy on Tag / build (arm64, dockcross/linux-arm64, /usr/xcc/aarch64-unknown-linux-gnu/Toolchain.cmake) (push) Successful in 1m35s
Build and Deploy on Tag / build (x64, dockcross/linux-x64, /usr/lib/x86_64-linux-gnu/Toolchain.cmake) (push) Successful in 1m16s

This commit is contained in:
2026-06-15 02:17:14 -05:00
parent 54a436535a
commit fe186899a2
5 changed files with 48 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ jobs:
mkdir artifacts
mkdir build
cd build
cmake -S .. -B . -DCMAKE_TOOLCHAIN_FILE=${{ matrix.toolchain }}
cmake -S .. -B . -DTESSESFRAMEWORK_STATIC=ON -DCMAKE_TOOLCHAIN_FILE=${{ matrix.toolchain }}
make
mv myapp ../artifacts/myapp-${{ matrix.arch }}
- uses: akkuman/gitea-release-action@v1