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 16, 2023
1 parent d72111e commit 4fa3d1d
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/setup-bazelisk@v1.0.1

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

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

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

0 comments on commit 4fa3d1d

Please sign in to comment.