Skip to content

Commit

Permalink
feat: install com_google_file_based_test_driver deps in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchen2222 committed Jun 10, 2021
1 parent 86416f4 commit 98b7b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: |
bazel query 'deps(${{ env.target }})' |grep //zetasql|xargs bazel build ${{ env.build_argv }}
bazel build "@com_googleapis_googleapis//:all" ${{ env.build_argv }}
bazel build "@com_google_file_based_test_driver//file_based_test_driver:all" ${{ env.build_argv }}
bazel query "@com_google_file_based_test_driver//file_based_test_driver:all" |grep //zetasql|xargs bazel build ${{ env.build_argv }}
bazel build "@com_googlesource_code_re2//:re2" ${{ env.build_argv }}
- name: Determine Version
Expand Down

0 comments on commit 98b7b5f

Please sign in to comment.