We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d1a29 commit f67d221Copy full SHA for f67d221
.github/workflows/publish.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: sync shell cmd
28
run: |
29
curr_branch=master
30
+ git fetch --unshallow
31
git submodule update --init --recursive
32
wget https://github.com/kendryte/kendryte-gnu-toolchain/releases/download/v8.2.0-20190409/kendryte-toolchain-ubuntu-amd64-8.2.0-20190409.tar.xz
33
sudo tar -Jxf kendryte-toolchain-ubuntu-amd64-8.2.0-20190409.tar.xz -C /opt
0 commit comments