From fd383c80477f433ea74c56803c866fee1eb494f7 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Mon, 4 May 2020 17:15:14 -0500 Subject: actions: build-riscv: switch to checkout@v2 --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90cfc0e83..2125a7c72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -329,9 +329,14 @@ jobs: gcc --version riscv64-unknown-elf-gcc --version python3 --version - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 with: submodules: true + fetch-depth: 0 + - run: git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/* + - run: git submodule sync + - run: git submodule foreach git remote -v + - run: git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/* - name: mpy-cross run: make -C mpy-cross -j2 - name: build -- cgit v1.2.3