Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: do not install jq in workflows
It is already installed in the GitHub runners.

PR-URL: #35638
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
targos committed Oct 16, 2020
1 parent c143266 commit 8a93b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-start-ci.yml
Expand Up @@ -17,8 +17,6 @@ jobs:
- uses: actions/checkout@v2

# Install dependencies
- name: Install jq
run: sudo apt-get install jq -y
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/commit-queue.yml
Expand Up @@ -35,10 +35,8 @@ jobs:
uses: actions/setup-node@v2-beta
with:
node-version: '12'
- name: Install dependencies
run: |
sudo apt-get install jq -y
npm install -g node-core-utils@latest
- name: Install node-core-utils
run: npm install -g node-core-utils@latest

- name: Set variables
run: |
Expand Down

0 comments on commit 8a93b37

Please sign in to comment.