Skip to content

Commit

Permalink
ci: fix failing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Dec 7, 2023
1 parent e6f2cdb commit 82a2ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Libraries (Linux)
run: sudo apt install build-essential libcurl4 libcurl4-gnutls-dev -y
run: sudo apt update && sudo apt install build-essential libcurl4 libcurl4-gnutls-dev -y
if: matrix.os == 'ubuntu-latest'

- name: Install Libraries and Tools (macOS)
Expand Down

0 comments on commit 82a2ac9

Please sign in to comment.