Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Dec 16, 2020
1 parent 90d1a29 commit 88bfd01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: sync shell cmd
run: |
curr_branch=master
git fetch --unshallow
git submodule update --init --recursive
wget https://github.com/kendryte/kendryte-gnu-toolchain/releases/download/v8.2.0-20190409/kendryte-toolchain-ubuntu-amd64-8.2.0-20190409.tar.xz
sudo tar -Jxf kendryte-toolchain-ubuntu-amd64-8.2.0-20190409.tar.xz -C /opt
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<br />
<br />

<a href="https://travis-ci.org/sipeed/MaixPy">
<img src="https://img.shields.io/github/workflow/status/sipeed/maixpy/compile%20test%20and%20publish?style=for-the-badge" alt="Master branch build status" />
<a href="https://github.com/sipeed/MaixPy/actions">
<img src="https://img.shields.io/github/workflow/status/Sipeed/MaixPy/compile%20test%20and%20publish?style=for-the-badge" alt="Master branch build status" />
</a>
<a href="http://dl.sipeed.com/MAIX/MaixPy/release/master/">
<img src="https://img.shields.io/badge/download-master-ff69b4.svg?style=for-the-badge" alt="master build firmware" />
Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<br />
<br />

<a href="https://travis-ci.org/sipeed/MaixPy">
<img src="https://img.shields.io/github/workflow/status/sipeed/maixpy/compile%20test%20and%20publish?style=for-the-badge" alt="Master branch build status" />
<a href="https://github.com/sipeed/MaixPy/actions">
<img src="https://img.shields.io/github/workflow/status/Sipeed/MaixPy/compile%20test%20and%20publish?style=for-the-badge" alt="Master branch build status" />
</a>
<a href="http://dl.sipeed.com/MAIX/MaixPy/release/master/">
<img src="https://img.shields.io/badge/download-master-ff69b4.svg?style=for-the-badge" alt="master build firmware" />
Expand Down

0 comments on commit 88bfd01

Please sign in to comment.