mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-04 11:53:55 +08:00
Fix typo in Github Actions workflow (#1673)
old-commit-hash: 53a8df5a41
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
mkdir laika laika_repo tools release
|
||||
- name: Build Docker image
|
||||
run: cd $TEST_DIR && eval "$BUILD"
|
||||
- name: Build openpiot and run quick check
|
||||
- name: Build openpilot and run quick check
|
||||
run: |
|
||||
$RUN "cd /tmp/openpilot && \
|
||||
scons -j$(nproc) && \
|
||||
|
||||
Reference in New Issue
Block a user