Skip to content

Commit

Permalink
apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma committed May 27, 2022
1 parent 2190062 commit 4c30f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "v7.*.*" # all v7 semver release tags
- "v8.*.*" # all v8 semver release tags
branches:
- stable

Expand All @@ -25,7 +26,7 @@ jobs:
ref: gh-pages
path: gh-pages

- run: apt install jq -y
- run: apt update && apt 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 install jq -y
- run: apt update && apt 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 install jq -y
- run: apt update && apt install jq -y
- run: npm install -g npm@7
- run: npm install
- run: node smoke-test.js
Expand Down

0 comments on commit 4c30f10

Please sign in to comment.