diff --git a/.github/workflows/test-itcoin-core.yml b/.github/workflows/test-itcoin-core.yml index bbb9cc61f3eb1..d9aa1d132130f 100644 --- a/.github/workflows/test-itcoin-core.yml +++ b/.github/workflows/test-itcoin-core.yml @@ -14,6 +14,7 @@ jobs: steps: - name: Install the build toolchain (gcc-12) run: | + sudo apt update && \ sudo apt install --no-install-recommends -y \ autoconf \ automake \