Skip to content

Commit 1a85470

Browse files
committed
Add explicit checkout repository (curl/curl-fuzzer)
Should fix the breakages in curl/curl
1 parent 222b9ba commit 1a85470

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
steps:
9595
- name: Checkout
9696
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
97+
with:
98+
repository: curl/curl-fuzzer
9799
- name: Install Dependencies
98100
run: |
99101
sudo apt-get update
@@ -110,6 +112,8 @@ jobs:
110112
steps:
111113
- name: Checkout
112114
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115+
with:
116+
repository: curl/curl-fuzzer
113117
- name: Install Dependencies
114118
run: |
115119
sudo apt-get update

0 commit comments

Comments
 (0)