File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,8 @@ jobs:
252
252
export CEI_SUDO="sudo"
253
253
# Install libcxxwrap-julia
254
254
cmake-easyinstall git+https://github.com/JuliaInterop/[email protected] -DJulia_EXECUTABLE=/usr/local/julia-1.7.3/bin/julia
255
+ # Install the Julia side of CxxWrap
256
+ /usr/local/julia-1.7.3/bin/julia --eval 'using Pkg; Pkg.add("CxxWrap")'
255
257
- name : Build
256
258
env : {CXXFLAGS: -Werror, PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig}
257
259
run : |
@@ -264,8 +266,6 @@ jobs:
264
266
-DopenPMD_USE_INVASIVE_TESTS=ON
265
267
cmake --build build --parallel 2
266
268
ctest --test-dir build --output-on-failure
267
- /usr/local/julia-1.7.3/bin/julia --eval 'using Pkg; Pkg.add("CxxWrap")'
268
- /usr/local/julia-1.7.3/bin/julia src/binding/julia/tests/minimal_example.jl
269
269
270
270
musllinux_py10 :
271
271
runs-on : ubuntu-20.04
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments