Skip to content

Commit

Permalink
CI: Use standard_configure.sh
Browse files Browse the repository at this point in the history
As suggested by @raimue in a comment on 55d389d.
  • Loading branch information
ryandesign committed Apr 30, 2024
1 parent 026bfbd commit 13cfaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Configure MacPorts Base
run: |
set -eu
env PATH=/usr/bin:/bin:/usr/sbin:/sbin CFLAGS="-pipe -Os" ./configure
./standard_configure.sh
- name: Build MacPorts Base
run: |
set -eu
Expand Down

0 comments on commit 13cfaca

Please sign in to comment.