Skip to content

Commit 2c0de2e

Browse files
committed
test workflow
1 parent 24913ee commit 2c0de2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/action_utest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: Install Tools
6363
shell: bash
6464
run: |
65+
wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
66+
chmod 777 install_ubuntu.sh
67+
./install_ubuntu.sh
6568
sudo apt-get update
6669
sudo apt-get -yqq install scons qemu-system git
6770
pip3 install kconfiglib
@@ -132,7 +135,6 @@ jobs:
132135
run: |
133136
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
134137
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
135-
scons --menuconfig
136138
scons --pyconfig-silent -C $TEST_BSP_ROOT
137139
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
138140

0 commit comments

Comments
 (0)