From f45c5e9b0addcf1fbbec6a1c586a85f3cd85d237 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Fri, 9 Jan 2026 17:12:14 -0500 Subject: [PATCH] Fix bad label --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9cd7077..65ce464 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: jobs: build-monocoque: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: write @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Checkout submodules run: git submodule update --init --recursive - - name: Install xmllint + - 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 id: strings