Skip to content

Commit 22da226

Browse files
authored
downgrade expat to fix macos installer build (#212)
1 parent ec272b4 commit 22da226

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_installer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
run: |
9393
conda init bash
9494
conda activate rascal2
95+
conda install conda-forge::expat==2.7.3
9596
if [ ${{ matrix.platform }} == "macos-14" ]; then
9697
ARCH="arm64"
9798
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/Users/runner/hostedtoolcache/MATLAB/2023.2.999/arm64/MATLAB.app/bin/maca64

0 commit comments

Comments
 (0)