From ad6dcb8daefbad0b9f3ac2dbf618012c3cac1201 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 17 Feb 2026 07:12:41 +0100 Subject: [PATCH] confirm --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e54bb20..c75faa99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,10 +27,9 @@ jobs: - name: Update system run: | apt-get update - apt-get upgrade - name: Install git run: | - apt-get install git + apt-get install -y git - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - name: Test 32-bit