@@ -8,6 +8,7 @@ on:
- 'luat/**'
- 'components/**'
- 'bsp/air100st/**'
+ workflow_dispatch:
jobs:
build:
@@ -8,12 +8,11 @@ on:
- 'bsp/air101/**'
-
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: prepare software
@@ -33,7 +32,7 @@ jobs:
AIR101REPO: ${{ secrets.AIR101REPO }}
run: |
cd ..
- git -q --depth=1 --branch=master clone ${AIR101REPO} air101
+ git clone -q --depth=1 --branch=master ${AIR101REPO} air101
- name: make
cd ../air101
- 'bsp/air640w/**'
- 'bsp/raspberrypi-pico/**'
- 'bsp/win32/**'