Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Dec 24, 2021
1 parent 704805b commit a59619b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
mkdir -p "${OVERRIDES%/*}"
touch $OVERRIDES
echo [3eaa8342-bff7-56a5-9981-c04077f7cee7] >> $OVERRIDES
echo libcxxwrap = $CONDA_PREFIX >> $OVERRIDES
echo libcxxwrap = "$CONDA_PREFIX" >> $OVERRIDES
julia -E "using Pkg; Pkg.add(PackageSpec(name=\"CxxWrap\", version=\"0.11.2\"))"
- name: build
Expand Down

0 comments on commit a59619b

Please sign in to comment.