Skip to content

Commit 3cbf302

Browse files
committed
TEST
1 parent 2034201 commit 3cbf302

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
on:
22
push:
3-
branches:
4-
- master
53
pull_request:
64

75
name: xbuild
@@ -78,7 +76,7 @@ jobs:
7876
if: ${{ matrix.host == 'macos-latest' }}
7977
run: |
8078
brew install llvm lld
81-
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
79+
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
8280
8381
- name: install java
8482
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)