Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed May 26, 2024
1 parent 3d8a283 commit fa988dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/barnsley_fern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- name: Instantiate
run: julia --project -e 'using Pkg; Pkg.instantiate()'
- name: Install CxxWrap
run: julia -e 'using Pkg; Pkg.add("CxxWrap")'
- name: Build shared libraries
run: bash build.sh
- name: Run Tests
Expand Down

0 comments on commit fa988dd

Please sign in to comment.