Skip to content

Commit 38f61dd

Browse files
committed
test workflow
1 parent 216c15f commit 38f61dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/action_utest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
- name: Install Tools
6363
shell: bash
6464
run: |
65-
wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
65+
wget https://gitee.com/RT-Thread-Mirror/env/raw/master/install_ubuntu.sh
6666
chmod 777 install_ubuntu.sh
67-
./install_ubuntu.sh
67+
./install_ubuntu.sh --gitee
68+
rm install_ubuntu.sh
6869
sudo apt-get update
6970
sudo apt-get -yqq install scons qemu-system git
7071
pip3 install kconfiglib

0 commit comments

Comments
 (0)