We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec272b4 commit 22da226Copy full SHA for 22da226
1 file changed
.github/workflows/build_installer.yaml
@@ -92,6 +92,7 @@ jobs:
92
run: |
93
conda init bash
94
conda activate rascal2
95
+ conda install conda-forge::expat==2.7.3
96
if [ ${{ matrix.platform }} == "macos-14" ]; then
97
ARCH="arm64"
98
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/Users/runner/hostedtoolcache/MATLAB/2023.2.999/arm64/MATLAB.app/bin/maca64
0 commit comments