We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde6bd2 commit aaaac94Copy full SHA for aaaac94
.github/workflows/test-pr.yml
@@ -43,6 +43,7 @@ jobs:
43
brew install ninja flex bison automake autoconf-archive coreutils 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
46
+ bison --version
47
48
- name: Export GitHub Actions cache environment variables
49
uses: actions/github-script@v7
0 commit comments