Skip to content

Commit

Permalink
test new bison
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm committed Nov 4, 2024
1 parent 1d1f0dc commit 599b343
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
shell: bash
run: |
brew install bison
echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
bison --version
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand All @@ -76,5 +73,6 @@ jobs:
shell: bash
run: |
export ASAN_OPTIONS=detect_container_overflow=0
export PATH="/opt/homebrew/opt/bison/bin:$PATH"
sudo bash build.sh init
bash build.sh release --make -j4

0 comments on commit 599b343

Please sign in to comment.