Skip to content

Commit

Permalink
Add update step to selftest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-henry committed May 13, 2022
1 parent 4e79dd5 commit c88aa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install libcurl (used for Central API)
run: sudo apt-get install libcurl4 libcurl4-gnutls-dev -y
run: sudo apt update && sudo apt install libcurl4 libcurl4-gnutls-dev -y

- name: Checkout submodules
run: git submodule update --init
Expand Down

0 comments on commit c88aa75

Please sign in to comment.