diff options
| author | Max Holliday <maholli@stanford.edu> | 2020-05-09 12:22:50 -0700 |
|---|---|---|
| committer | Max Holliday <maholli@stanford.edu> | 2020-05-09 12:22:50 -0700 |
| commit | e6df8e0989478d61e9c62033cf59b77afa3210e6 (patch) | |
| tree | 468d4b97fe02627aac5e3a0fc92b70e2b1181a30 /.github | |
| parent | 964040b7702a66f44aa8e9f4af6cf74712ed44ed (diff) | |
| parent | 90bd931808fa797938b723e8d30889ec4a0f1654 (diff) | |
Merge branch 'master' into non-standard-nvm
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c37244b3a..8c5a2a1a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -330,9 +330,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 |
