We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce20586 commit 8eb658fCopy full SHA for 8eb658f
2 files changed
.github/workflows/ports_mimxrt.yml
@@ -20,8 +20,13 @@ concurrency:
20
jobs:
21
build:
22
runs-on: ubuntu-20.04
23
+ defaults:
24
+ run:
25
+ working-directory: 'micropython repo' # test build with space in path
26
steps:
27
- uses: actions/checkout@v4
28
+ with:
29
+ path: 'micropython repo'
30
- name: Install packages
31
run: source tools/ci.sh && ci_mimxrt_setup
32
- name: Build
.github/workflows/ports_rp2.yml
runs-on: ubuntu-latest
run: source tools/ci.sh && ci_rp2_setup
0 commit comments