1
0
Fork 0
forked from lthn/blockchain

gha runner git clone recursive

This commit is contained in:
Snider 2024-03-21 17:15:40 +00:00
parent 53f6798a6a
commit 0778c03e82

View file

@ -26,8 +26,13 @@ jobs:
- os: windows-2019
- os: macos-13
- os: ubuntu-latest
env:
CCACHE_TEMPDIR: ${{ github.workspace }}/ccache
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
@ -45,6 +50,16 @@ jobs:
- name: Install autotools on macOS
run: brew install automake
if: ${{ matrix.os == 'macos-13' }}
- uses: actions/cache@v3
with:
path: ${{ github.workspace }}/ccache
key: ccache-${{ runner.os }}-build-testnet-cli
restore-keys: ccache-${{ runner.os }}-build-testnet-cli
- uses: actions/cache@v3
with:
path: ${{ github.workspace }}/ccache
key: ccache-${{ runner.os }}-build-testnet-cli
restore-keys: ccache-${{ runner.os }}-build-testnet-cli
- name: Install Conan
run: pip install conan pytest && conan --version
- name: Setup CMake and Ninja