Skip to content

Commit

Permalink
install ca-certificates in ci
Browse files Browse the repository at this point in the history
Install ca-certificates for ci workflow
  • Loading branch information
ivanitskiy authored Jun 14, 2023
1 parent e98380a commit 77c274d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y ca-certificates
- uses: actions/setup-node@v3
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 77c274d

Please sign in to comment.