mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 17:53:31 +08:00
Merge pull request #5224 from cndabai/ci-pkgs
This commit is contained in:
commit
6a81d06abd
7
.github/workflows/action.yml
vendored
7
.github/workflows/action.yml
vendored
@ -151,7 +151,10 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -qq install gcc-multilib libsdl-dev scons
|
||||
sudo apt-get -qq install gcc-multilib libsdl-dev libncurses5-dev scons
|
||||
sudo python -m pip install --upgrade pip -qq
|
||||
pip install requests -qq
|
||||
python -c "import tools.menuconfig; tools.menuconfig.touch_env()"
|
||||
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
|
||||
echo "RTT_CC=gcc" >> $GITHUB_ENV
|
||||
|
||||
@ -196,4 +199,6 @@ jobs:
|
||||
RTT_BSP: ${{ matrix.legs.RTT_BSP }}
|
||||
RTT_TOOL_CHAIN: ${{ matrix.legs.RTT_TOOL_CHAIN }}
|
||||
run: |
|
||||
source ~/.env/env.sh
|
||||
pushd bsp/$RTT_BSP && pkgs --update && popd
|
||||
scons -C bsp/$RTT_BSP
|
||||
|
Loading…
x
Reference in New Issue
Block a user