Skip to content

Commit fd4563f

Browse files
committed
chore: remove jq and sponge install from cd pipeline
1 parent ab21a70 commit fd4563f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ jobs:
88
main:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Install jq
12-
uses: dcarbone/[email protected]
13-
14-
- name: Install sponge
15-
run: sudo apt-get install moreutils
16-
1711
- uses: actions/checkout@v4
1812
with:
1913
fetch-depth: 0

0 commit comments

Comments
 (0)