Skip to content

Commit 758d495

Browse files
committed
Add llvm to path
1 parent 9b2f888 commit 758d495

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
toolchain: nightly-2024-05-18
3939
components: rust-src
40+
- name: Set environment variable
41+
run: |
42+
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
4043
- name: Compile sqlite3.wasm on macOS
4144
if: runner.os == 'macOS'
4245
working-directory: sqlite3

0 commit comments

Comments
 (0)