Skip to content

Commit

Permalink
github/workflows: Run mimxrt and rp2 CI with space in repository path.
Browse files Browse the repository at this point in the history
To test building with make and cmake when there is a space in the path.

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Jan 24, 2024
1 parent ce20586 commit 8eb658f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ports_mimxrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: 'micropython repo' # test build with space in path
steps:
- uses: actions/checkout@v4
with:
path: 'micropython repo'
- name: Install packages
run: source tools/ci.sh && ci_mimxrt_setup
- name: Build
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ports_rp2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'micropython repo' # test build with space in path
steps:
- uses: actions/checkout@v4
with:
path: 'micropython repo'
- name: Install packages
run: source tools/ci.sh && ci_rp2_setup
- name: Build
Expand Down

0 comments on commit 8eb658f

Please sign in to comment.