Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed May 6, 2024
1 parent 6d6c135 commit 83fee63
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cxxwrap1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- run: julia callcxx.jl
- name: Instantiate
run: julia --project -e 'using Pkg; Pkg.instantiate()'
- name: Build shared libraries
run: bash build.sh
- name: Run Tests
run: julia callcxx.jl

0 comments on commit 83fee63

Please sign in to comment.