Skip to content

Commit

Permalink
Overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Dec 30, 2021
1 parent e265f34 commit cad82ef
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/lib\" >> $OVERRIDES
echo libcxxwrap = \"$CONDA_PREFIX/bin\" >> $OVERRIDES
cat $OVERRIDES
julia -E "using Pkg; Pkg.add(PackageSpec(name=\"CxxWrap\", version=\"0.11.2\"))"
Expand Down

0 comments on commit cad82ef

Please sign in to comment.