forked from lthn/blockchain
gha runner base dependancy update
This commit is contained in:
parent
600b50193d
commit
53f6798a6a
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cli-testnet.yml
vendored
5
.github/workflows/cli-testnet.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue