Skip to content

Commit d13bdcf

Browse files
committed
WIP
1 parent f01bbb9 commit d13bdcf

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/test-pr.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,13 @@ jobs:
4242
run: |
4343
brew install ninja flex bison automake autoconf-archive coreutils
4444
if [[ $(uname -m) == 'arm64' ]]; then
45-
echo 'export PATH="/opt/homebrew/opt/bison/bin:/opt/homebrew/opt/flex/bin:$PATH"' >> ~/.bash_profile
46-
echo 'export BISON="/opt/homebrew/opt/bison/bin/bison"' >> ~/.bash_profile
45+
echo 'export PATH="/opt/homebrew/opt/flex/bin:$PATH"' >> /Users/runner/.bash_profile
46+
echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
4747
else
48-
echo 'export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"' >> ~/.bash_profile
49-
echo 'export BISON="/usr/local/opt/bison/bin/bison"' >> ~/.bash_profile
48+
echo 'export PATH="/usr/local/opt/flex/bin:$PATH"' >> /Users/runner/.bash_profile
49+
echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
5050
fi
51-
source ~/.bash_profile
52-
bison --version
53-
PATH="/opt/homebrew/opt/bison/bin:/opt/homebrew/opt/flex/bin:$PATH"
54-
bison --version
55-
PATH="/opt/homebrew/opt/bison/bin:$PATH"
51+
source /Users/runner/.bash_profile
5652
bison --version
5753
5854
- name: Export GitHub Actions cache environment variables

0 commit comments

Comments
 (0)