improve action

This commit is contained in:
Supper Thomas 2023-12-04 22:31:48 +08:00 committed by Meco Man
parent f510a65f93
commit d421a97aa1
4 changed files with 4 additions and 1 deletions

View File

@ -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" ENV PATH="/root/.env/tools/scripts:$PATH"
RUN pip install requests -qq RUN pip install requests psutil -qq
ENV RTT_EXEC_PATH=/usr/bin ENV RTT_EXEC_PATH=/usr/bin

View File

@ -34,6 +34,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: ${{ matrix.legs.RTT_BSP }} name: ${{ matrix.legs.RTT_BSP }}
if: github.repository_owner == 'RT-Thread'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View File

@ -36,6 +36,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: ${{ matrix.legs.RTT_BSP }} name: ${{ matrix.legs.RTT_BSP }}
if: github.repository_owner == 'RT-Thread'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View File

@ -36,6 +36,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: ${{ matrix.legs.RTT_BSP }} name: ${{ matrix.legs.RTT_BSP }}
if: github.repository_owner == 'RT-Thread'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: