Skip to content

Commit

Permalink
Fix build CI scons location
Browse files Browse the repository at this point in the history
  • Loading branch information
calebchalmers committed May 23, 2024
1 parent 5f14b25 commit b2ad5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build code
run: podman run ${{ env.RUN_ARGS }} scons build robot=${{ matrix.robot }}
run: podman run ${{ env.RUN_ARGS }} sh -c '~/.local/bin/scons build robot=${{ matrix.robot }}'

0 comments on commit b2ad5ea

Please sign in to comment.