Skip to content

Commit

Permalink
chore: remove jq and sponge install from cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tsangste committed Sep 12, 2024
1 parent ab21a70 commit fd4563f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Install jq
uses: dcarbone/install-jq-action@v2.1.0

- name: Install sponge
run: sudo apt-get install moreutils

- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit fd4563f

Please sign in to comment.