Skip to content

Commit

Permalink
chore(workflows): jq is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Feb 8, 2021
1 parent 5330b81 commit 26b64db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/v8-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install -yq jq
- name: Get lastest stable version
run: |
latest_version="$(wget -qO- https://omahaproxy.appspot.com/all.json | \
Expand Down

0 comments on commit 26b64db

Please sign in to comment.