Fix typo in Github Actions workflow (#1673)

pull/1674/head
martinl 5 years ago committed by GitHub
parent dc68b4defd
commit 53a8df5a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/test.yaml

@ -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) && \

Loading…
Cancel
Save