1
0
Fork 0
forked from lthn/blockchain

gha runner base dependancy update

This commit is contained in:
Snider 2024-03-21 17:03:22 +00:00
parent 600b50193d
commit 53f6798a6a

View file

@ -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: