Skip to content

Commit

Permalink
fixed build step of macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
agriggio committed Nov 22, 2024
1 parent 805dc3f commit 17d7408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install base ports
run: |
export PATH=/opt/local/libexec/gnubin:/opt/local/bin:/opt/local/sbin:$PATH
sudo port -d install pkgconfig
sudo port install pkgconfig
sudo port install automake
sudo port install autoconf
sudo port install libtool
Expand Down Expand Up @@ -156,6 +156,7 @@ jobs:
- name: Build
run: |
export PATH=/opt/local/libexec/gnubin:/opt/local/bin:/opt/local/sbin:$PATH
cd build
make -j$(nproc)
make install
Expand Down

0 comments on commit 17d7408

Please sign in to comment.