Skip to content

Commit

Permalink
apt -> apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma committed May 27, 2022
1 parent 4c30f10 commit 895f64e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: gh-pages
path: gh-pages

- run: apt update && apt install jq -y
- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@7
- run: npm install

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: apt update && apt install jq -y
- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@7
- run: npm install
- run: npm test
Expand All @@ -53,7 +53,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: apt update && apt install jq -y
- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@7
- run: npm install
- run: node smoke-test.js
Expand Down

0 comments on commit 895f64e

Please sign in to comment.