]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: openssl-master.yml misses actions/checkout
authorWilliam Lallemand <wlallemand@irq6.net>
Thu, 18 Dec 2025 15:03:20 +0000 (16:03 +0100)
committerWilliam Lallemand <wlallemand@irq6.net>
Thu, 18 Dec 2025 15:03:20 +0000 (16:03 +0100)
The job can't run setup-vtest because the actions/checkout use line is
missing.

.github/workflows/openssl-master.yml

index 9a9d9f8b1461d2bb6e8c117e4de4cd20c318ac49..86c1be0bd85a705b63bd2b262a16ee3dc75a1d64 100644 (file)
@@ -13,6 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
     steps:
+      - uses: actions/checkout@v5
       - name: Install apt dependencies
         run: |
           sudo apt-get update -o Acquire::Languages=none -o Acquire::Translation=none