Skip to content

Commit 50584c6

Browse files
author
Shaoxiao Xu
committed
update actions
1 parent 0b0f534 commit 50584c6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,13 @@ jobs:
1010
build:
1111
runs-on: macOS-13
1212
steps:
13-
# - uses: actions/checkout@v4
13+
- uses: actions/checkout@v4
1414
# - uses: bazelbuild/setup-bazelisk@v3
1515
# - name: Mount bazel cache # Optional
1616
# uses: actions/cache@v4
1717
# with:
1818
# path: "~/.cache/bazel"
1919
# key: bazel
20-
- name: env
21-
run: |
22-
pwd
23-
ls -lart
24-
cd ..
25-
pwd
26-
ls -lart
2720
- name: Install Bazel
2821
run: |
2922
brew update

0 commit comments

Comments
 (0)