Add update step to selftest workflow
This commit is contained in:
2
.github/workflows/selftest.yml
vendored
2
.github/workflows/selftest.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user