log to posix

This commit is contained in:
Alex Rodionov 2024-05-31 08:29:21 -07:00
parent d683b61ff3
commit a36fde6111
6 changed files with 15 additions and 8 deletions

View file

@ -19,10 +19,14 @@ jobs:
- ubuntu
- windows
steps:
- run: rm $(which bazel)
- uses: actions/checkout@v4
- uses: ./
with:
bazelisk-cache: true
bazelisk-version: 1.x
remote-cache: true
repository-cache: true
- uses: actions/checkout@v4
with:
repository: bazelbuild/examples