File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
if : ${{ contains(matrix.os, 'macos') }}
41
41
shell : " bash"
42
42
run : |
43
- brew install ninja flex bison pkg-config automake libtool autoconf autoconf-archive coreutils git wget
43
+ brew install ninja flex bison pkg-config automake libtool autoconf autoconf-archive coreutils git wget llvm
44
+ echo 'export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:/usr/local/opt/llvm/bin:$PATH"' >> ~/.bash_profile
45
+ source ~/.bash_profile
44
46
45
47
- name : Export GitHub Actions cache environment variables
46
48
uses : actions/github-script@v7
52
54
- name : npm ci
53
55
shell : " bash"
54
56
run : |
55
- export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"
56
57
sudo mkdir -p /Users/runner/Library/Caches
57
58
sudo chmod -R 777 /Users/runner/Library/Caches
58
59
npm ci
You can’t perform that action at this time.
0 commit comments