Skip to content

Commit cad82ef

Browse files
committed
Overrides
1 parent e265f34 commit cad82ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
mkdir -p "${OVERRIDES%/*}"
5555
touch $OVERRIDES
5656
echo [3eaa8342-bff7-56a5-9981-c04077f7cee7] >> $OVERRIDES
57-
echo libcxxwrap = \"$CONDA_PREFIX/lib\" >> $OVERRIDES
57+
echo libcxxwrap = \"$CONDA_PREFIX/bin\" >> $OVERRIDES
5858
cat $OVERRIDES
5959
julia -E "using Pkg; Pkg.add(PackageSpec(name=\"CxxWrap\", version=\"0.11.2\"))"
6060

0 commit comments

Comments
 (0)