From 1917ae6090303f9819004105e3b182e0dfaac1a7 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 18:27:13 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml debug --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8ff33af..4ae3755 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,14 +6,14 @@ on: jobs: test-amd64: - runs-on: [rust-latest, amd64-builder] + runs-on: [ubuntu-24.04, amd64-builder] steps: - - name: Build + - name: Install rustup run: | apt update -m apt install -y curl + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ls - cargo build test-arm64: runs-on: [rust-latest, arm64-builder]