Add update step to selftest workflow

This commit is contained in:
Joseph Henry
2022-05-12 20:47:59 -07:00
parent 4e79dd50ac
commit c88aa75c96

View File

@@ -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