From 66b8e56fd69e9ea9da72999e95672e8ce2a9afbb Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Sun, 16 Jun 2024 10:57:25 -0400 Subject: [PATCH] update certs --- .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 8d380d7..8dcaad6 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 --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils nodejs + run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils nodejs ca-certificates git - name: Check out repository code uses: actions/checkout@v4 - name: Run ls