Skip to content

Commit 5e30a8e

Browse files
committed
fix(ci): make the ci isoprod by removing fetch-depth
1 parent f3b4bf0 commit 5e30a8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
runs-on: "ubuntu-latest"
1010
steps:
1111
- uses: "actions/checkout@v3"
12-
with:
13-
fetch-depth: 0
1412
- run: sudo apt-get install -y valgrind
1513
- uses: pnpm/action-setup@v2.2.2
1614
with:
@@ -26,8 +24,6 @@ jobs:
2624
runs-on: "ubuntu-latest"
2725
steps:
2826
- uses: "actions/checkout@v3"
29-
with:
30-
fetch-depth: 0
3127
- run: sudo apt-get install -y valgrind
3228
- uses: pnpm/action-setup@v2.2.2
3329
with:

0 commit comments

Comments
 (0)