Skip to content

Commit

Permalink
make bazelrc naming generic for gha
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Oct 26, 2020
1 parent f6a3f59 commit 7cafde8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
chmod +x install.sh
./install.sh --user
rm -f install.sh
cat .bazelrc.travis >> .bazelrc
cat .bazelrc.ci >> .bazelrc
env:
V: "3.6.0"
- name: Test
Expand Down

0 comments on commit 7cafde8

Please sign in to comment.