Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 28, 2024
1 parent 6dff05c commit 3195ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openpilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
arch: ${{ fromJson(
((github.repository == 'commaai/plotjuggler') &&
((github.event_name != 'pull_request') ||
(github.event.pull_request.head.repo.full_name == 'commaai/plotjuggler'))) && '["x86_64", "aarch64"]' || '["x86_64"]' ) }}
(github.event.pull_request.head.repo.full_name == 'commaai/plotjuggler'))) && '["x86_64", "aarch64"]' || '["x86_64"]' ) }}
runs-on: ${{ (matrix.arch == 'aarch64') && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-20.04' }}
steps:
- uses: actions/checkout@v2
with:
submodules: true
submodules: recursive
- name: build
run: ./build.sh
- name: zip plugins
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
submodules: recursive
- uses: actions/setup-python@v2
with:
python-version: '3.11.x'
Expand Down

0 comments on commit 3195ab1

Please sign in to comment.