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 c368f88 commit 065cbd3Copy full SHA for 065cbd3
.github/workflows/action_utest.yml
@@ -133,6 +133,9 @@ jobs:
133
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
134
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
135
scons --menuconfig
136
+ ls ~/.env
137
+ source ~/.env/env.sh
138
+ pkgs --update
139
scons --pyconfig-silent -C $TEST_BSP_ROOT
140
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
141
0 commit comments