Fix typo in Github Actions workflow (#1673)

old-commit-hash: 53a8df5a41
commatwo_master
martinl 5 years ago committed by GitHub
parent dec3861197
commit 2dfb8db054
  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