mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-15 05:41:16 +01: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
.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…
x
Reference in New Issue
Block a user