]> tinc-vpn.org Git - tinc/commitdiff
Fix installing git before actions/checkout
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 5 Apr 2026 11:07:56 +0000 (13:07 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 5 Apr 2026 11:07:56 +0000 (13:07 +0200)
.github/workflows/test.yml

index 4dbd296723271e750b186b8df0f91a5770854f4f..acee787b277f9df53db628f882c0897335148fcf 100644 (file)
@@ -210,7 +210,7 @@ jobs:
         CI: 1
     steps:
       - name: Install Git
-        run: apt install --no-install-recommends git
+        run: apt update; apt install --no-install-recommends git
 
       - name: Checkout code
         uses: actions/checkout@v6