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 216c15f commit 38f61ddCopy full SHA for 38f61dd
.github/workflows/action_utest.yml
@@ -62,9 +62,10 @@ jobs:
62
- name: Install Tools
63
shell: bash
64
run: |
65
- wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
+ wget https://gitee.com/RT-Thread-Mirror/env/raw/master/install_ubuntu.sh
66
chmod 777 install_ubuntu.sh
67
- ./install_ubuntu.sh
+ ./install_ubuntu.sh --gitee
68
+ rm install_ubuntu.sh
69
sudo apt-get update
70
sudo apt-get -yqq install scons qemu-system git
71
pip3 install kconfiglib
0 commit comments