CI/tools: Remove redundant build step (#32539)

old-commit-hash: 2ff94ec374
pull/32103/head
Hoang Bui 11 months ago committed by GitHub
parent cc4f53e6c6
commit 6452b26a99
  1. 2
      .github/workflows/tools_tests.yaml

@ -49,8 +49,6 @@ jobs:
submodules: true
- run: git lfs pull
- uses: ./.github/workflows/setup-with-retry
- name: Build base docker image
run: eval "$BUILD"
- name: Build openpilot
run: |
${{ env.RUN }} "scons -j$(nproc)"

Loading…
Cancel
Save