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

pull/32541/head
Hoang Bui 11 months ago committed by GitHub
parent accdade4cf
commit 2ff94ec374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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