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

This commit is contained in:
Hoang Bui
2024-05-25 18:50:10 -04:00
committed by GitHub
parent accdade4cf
commit 2ff94ec374
-2
View File
@@ -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)"