ci: server: fix windows is not building PR branch
This commit is contained in:
parent
ed979270d2
commit
a3764f8f04
1 changed files with 1 additions and 0 deletions
1
.github/workflows/server.yml
vendored
1
.github/workflows/server.yml
vendored
|
@ -129,6 +129,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
|
||||||
|
|
||||||
- name: libCURL
|
- name: libCURL
|
||||||
id: get_libcurl
|
id: get_libcurl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue