From c4ea4737f7a3f648605147ab1f12edd207eb2347 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Fri, 9 Jan 2026 17:20:20 -0500 Subject: [PATCH] try to apt update --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 528c3ae..47076fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: jobs: build-monocoque: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest permissions: contents: write @@ -18,6 +18,8 @@ jobs: - uses: actions/checkout@v4 - name: Checkout submodules run: git submodule update --init --recursive + - name: Update apt + run: sudo apt update - name: Install Dependencies run: sudo apt install -y libuv1-dev libargtable2-dev libserialport-dev libconfig-dev libhidapi-dev liblua5.4-dev libxdg-basedir-dev libxml2-dev libpulse-dev - name: Set build dir