Skip to content

Commit

Permalink
Add binary builder and CxxWrap
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Aug 6, 2024
1 parent a205f34 commit c056d2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ jobs:

- name: Build
run: |
julia -e '
import Pkg
Pkg.add("BinaryBuilder")
Pkg.add("CxxWrap")'
julia build_local.jl --verbose

0 comments on commit c056d2a

Please sign in to comment.