Skip to content

Commit

Permalink
Github Actions: using libcurl4 for ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 authored and splix committed Apr 20, 2021
1 parent 4633d0a commit 65cf620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
if: runner.os == 'Windows'

- name: Install system libs
run: sudo apt-get install libusb-1.0-0-dev libcurl3 xvfb
run: sudo apt-get install libusb-1.0-0-dev libcurl4 xvfb
if: runner.os == 'Linux'

- name: Install Global JS componebts
- name: Install Global JS components
run: npm install -g node-gyp codecov yarn lerna typescript

- name: Install JS dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: runner.os == 'Windows'

- name: Install system libs
run: sudo apt-get install libusb-1.0-0-dev libcurl3 xvfb
run: sudo apt-get install libusb-1.0-0-dev libcurl4 xvfb
if: runner.os == 'Linux'

# Needed for Electron tests
Expand Down

0 comments on commit 65cf620

Please sign in to comment.