Skip to content

Commit

Permalink
FMU macos am prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 24, 2024
1 parent 94037a2 commit 25312d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,9 @@ jobs:
env
CFLAGS="-I/opt/homebrew/include"
LDFLAGS="-L/opt/homebrew/lib"
../src/configure
--prefix=$PWD/_prefix
--prefix=$PWD/../_prefix
- name: Build
run: make -C _ambuild -j$(nproc)
- name: "Dryrun test (not installed)"
Expand Down

0 comments on commit 25312d1

Please sign in to comment.