Skip to content

Commit

Permalink
Add libcurl and other tools required for maze-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Oct 10, 2023
1 parent 7b9f5d3 commit 0cc8a45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:

- run: git submodule update --init --recursive

- name: Install libcurl4-openssl-dev and net-tools
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev net-tools
- name: Install ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 0cc8a45

Please sign in to comment.