Update testbuild.yaml (#2356)

* Update image before attempting to install anything
This commit is contained in:
abraunegg 2023-03-27 17:38:31 +11:00 committed by GitHub
parent 00ce7eed0e
commit ce9b781c34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,9 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Update Image
run: sudo apt-get update -y
- name: Install build-essential
run: sudo apt install -y build-essential