From dc6e7924b585919b63c1823c2a893f5339b88b8e Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 18 Jul 2024 12:42:08 -0400 Subject: [PATCH] Is this how I install dependencies on the gitea runner? --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}."