mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
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:
parent
38d3c24931
commit
0c7a4469d2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/openssl-master.yml
vendored
1
.github/workflows/openssl-master.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue