Skip to content

Commit 2b80fbf

Browse files
committed
Remove env step for macOS build
1 parent 2ecdac7 commit 2b80fbf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v4
5858

59-
- name: Set environment variables
60-
run: |
61-
echo "AR=$(xcrun --find ar)" >> $GITHUB_ENV
62-
echo "CC=$(xcrun --find clang)" >> $GITHUB_ENV
63-
echo "CXX=$(xcrun --find clang++)" >> $GITHUB_ENV
64-
6559
- name: Install MySQL
6660
run: brew install mysql
6761
continue-on-error: true

0 commit comments

Comments
 (0)