improve action
This commit is contained in:
parent
f510a65f93
commit
d421a97aa1
|
@ -34,7 +34,7 @@ RUN git clone https://github.com/RT-Thread/packages.git /root/.env/packages/pack
|
|||
|
||||
ENV PATH="/root/.env/tools/scripts:$PATH"
|
||||
|
||||
RUN pip install requests -qq
|
||||
RUN pip install requests psutil -qq
|
||||
|
||||
ENV RTT_EXEC_PATH=/usr/bin
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.legs.RTT_BSP }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
@ -36,6 +36,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.legs.RTT_BSP }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
@ -36,6 +36,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.legs.RTT_BSP }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue