fix
authorShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 11:45:10 +0000 (06:45 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 11:45:10 +0000 (06:45 -0500)
.github/workflows/compatibility.yaml

index 738c261c6d2fb0a70214f18b3d69d93058f8afa5..1e6421786921a99e031e66e0938613518f20dcea 100644 (file)
@@ -21,16 +21,16 @@ jobs:
     steps:
       - uses: actions/checkout@v4
 
+      - name: Install dependencies
+        run: |
+          sudo apt-get update
+          sudo apt-get install -y curl gnupg git python3-docutils
+
       - name: Tool versions (check)
         run: |
           gpg --version
           git --version
 
-      - name: Install dependencies
-        run: |
-          sudo apt-get update
-          sudo apt-get install -y git curl python3-docutils
-
       - name: Run Tests
         run: make test
 
@@ -42,17 +42,17 @@ jobs:
     steps:
       - uses: actions/checkout@v4
 
+      - name: Install Shells
+        run: |
+          sudo apt-get update
+          sudo apt-get install -y zsh fish
+
       - name: Tool versions (check)
         run: |
           bash --version
           zsh --version
           fish --version
 
-      - name: Install Shells
-        run: |
-          sudo apt-get update
-          sudo apt-get install -y zsh fish
-
       - name: Generate Completions (if not up to date)
         run: make generate