From fe259c80e9b8d628abeaae382c936242f6c30fde Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Sun, 16 Jun 2024 10:54:23 -0400 Subject: [PATCH] apt flags --- .gitea/workflows/run_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/run_build.yaml b/.gitea/workflows/run_build.yaml index 352ef1f..9007f19 100644 --- a/.gitea/workflows/run_build.yaml +++ b/.gitea/workflows/run_build.yaml @@ -8,7 +8,7 @@ jobs: image: ubuntu:latest steps: - name: Install things - run: apt update && apt install build-essential cmake libsdl2-dev libexiv2-dev mesa-utils + run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils - name: Check out repository code uses: actions/checkout@v4 - name: Run ls