We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0f534 commit 50584c6Copy full SHA for 50584c6
.github/workflows/main.yml
@@ -10,20 +10,13 @@ jobs:
10
build:
11
runs-on: macOS-13
12
steps:
13
- # - uses: actions/checkout@v4
+ - uses: actions/checkout@v4
14
# - uses: bazelbuild/setup-bazelisk@v3
15
# - name: Mount bazel cache # Optional
16
# uses: actions/cache@v4
17
# with:
18
# path: "~/.cache/bazel"
19
# key: bazel
20
- - name: env
21
- run: |
22
- pwd
23
- ls -lart
24
- cd ..
25
26
27
- name: Install Bazel
28
run: |
29
brew update
0 commit comments