Skip to content

Commit

Permalink
Install necessary deps in order to build libgc for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kengorab committed Nov 2, 2024
1 parent 0fc9530 commit 609b854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
run: |
echo "PATH=$(pwd)/qbe/qbe-1.2:$PATH" >> $GITHUB_ENV
- name: Install ext dependencies
run: ./projects/compiler/scripts/configure-libgc.sh
run: |
brew install autoconf automake libtool
./projects/compiler/scripts/configure-libgc.sh
- name: Install abra
run: |
mkdir abra-installation
Expand Down

0 comments on commit 609b854

Please sign in to comment.