Skip to content

Commit 073c337

Browse files
committed
Fix CI checkout
1 parent acdcc33 commit 073c337

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/fedora.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
echo "user ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/user
5151
5252
- uses: actions/checkout@v4
53-
with:
54-
fetch-depth: 1
5553

5654
- name: Create workspace
5755
shell: bash

.github/workflows/ubuntu-legacy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555
echo "user ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/user
5656
5757
- uses: actions/checkout@v4
58-
with:
59-
fetch-depth: 1
6058

6159
- name: Fix workspace permissions
6260
shell: bash

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
env
4646
4747
- uses: actions/checkout@v4
48-
with:
49-
fetch-depth: 1
5048

5149
- name: Create workspace
5250
shell: bash

.github/workflows/windows.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
env
4343
4444
- uses: actions/checkout@v4
45-
with:
46-
fetch-depth: 1
4745

4846
- name: Build libcurl from source
4947
if: matrix.os == 'windows-11-arm'

0 commit comments

Comments
 (0)