diff --git a/.github/workflows/testbuild.yaml b/.github/workflows/testbuild.yaml index 708a135e..bec5f833 100644 --- a/.github/workflows/testbuild.yaml +++ b/.github/workflows/testbuild.yaml @@ -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