CI: github: openssl-master.yml misses actions/checkout

The job can't run setup-vtest because the actions/checkout use line is
missing.
This commit is contained in:
William Lallemand 2025-12-18 16:03:20 +01:00
parent 38d3c24931
commit 0c7a4469d2

View 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