diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0e7f3904..b6b589f6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,5 +15,6 @@ jobs: submodules: true - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - run: sudo apt update && sudo apt install -y mingw-w64 - run: make all -j`nproc` - run: echo "🍏 This job's status is ${{ job.status }}."