Skip to content

Commit

Permalink
Fetch and install prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
anrp committed Oct 18, 2023
1 parent 9a8e3c4 commit 5b5a0c5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@ jobs:
- name: Setup Bazelisk
uses: bazelbuild/[email protected]

- name: bazel build
run: bazel build //... -k
- name: Get drake
run: bazel fetch @drake//common || true

- name: install prereqs
run: sudo `bazel info output_base`/external/drake/setup/ubuntu/install_prereqs.sh

- name: build
run: bazel build //...

0 comments on commit 5b5a0c5

Please sign in to comment.