From: William Lallemand Date: Thu, 18 Dec 2025 15:03:20 +0000 (+0100) Subject: CI: github: openssl-master.yml misses actions/checkout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7a4469d21f9a2bdbb1cde1130ff30c8132eb89;p=thirdparty%2Fhaproxy.git CI: github: openssl-master.yml misses actions/checkout The job can't run setup-vtest because the actions/checkout use line is missing. --- diff --git a/.github/workflows/openssl-master.yml b/.github/workflows/openssl-master.yml index 9a9d9f8b1..86c1be0bd 100644 --- a/.github/workflows/openssl-master.yml +++ b/.github/workflows/openssl-master.yml @@ -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