Skip to content

Commit

Permalink
Build CLI for MacOS without APPLgrid and fastNLO support
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 30, 2024
1 parent 2496125 commit 93b206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Compile binary
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --target=${{ matrix.target }}
cargo build --release --all-features --bin pineappl --target=${{ matrix.target }}
cargo build --release --features=evolve,fktable,static --bin pineappl --target=${{ matrix.target }}
cp target/release/pineappl prefix/bin/
cd prefix
tar czf ../pineappl_cli-${{ matrix.target }}.tar.gz .
Expand Down

0 comments on commit 93b206b

Please sign in to comment.