Skip to content

Commit

Permalink
try ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmca-glasgow committed May 3, 2022
1 parent 9996ffa commit 7b70763
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
fetch-depth: 0

# Ubuntu specific
- name: Install curl
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt update && sudo apt install libcurl4-openssl-dev

# Node
- name: Setup Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7b70763

Please sign in to comment.