From 53f6798a6a9e1fa8a517d3df480d775ff0206681 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 21 Mar 2024 17:03:22 +0000 Subject: [PATCH] gha runner base dependancy update --- .github/workflows/cli-testnet.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cli-testnet.yml b/.github/workflows/cli-testnet.yml index f569e7e6..33a60345 100644 --- a/.github/workflows/cli-testnet.yml +++ b/.github/workflows/cli-testnet.yml @@ -33,6 +33,11 @@ jobs: arch: amd64 if: ${{ matrix.os == 'windows-2019' }} name: setup msvc vcvars + - name: install dependencies + run: | + sudo apt update + sudo apt-get install -y git ccache + if: ${{ matrix.os == 'ubuntu-latest' }} - name: Setup Python uses: actions/setup-python@v4.6.0 with: