CI, macOS: Update dead links to libomp in dependency installer
Big Sur -> Ventura
This commit is contained in:
parent
727b0153f6
commit
94618d4ce1
4
.github/scripts/install-macos.sh
vendored
4
.github/scripts/install-macos.sh
vendored
@ -1,8 +1,8 @@
|
||||
#!/bin/sh -xe
|
||||
|
||||
if [ "$1" = "ci" ]; then
|
||||
armloc=$(brew fetch --bottle-tag=arm64_big_sur libomp | grep -i downloaded | grep tar.gz | cut -f2 -d:)
|
||||
x64loc=$(brew fetch --bottle-tag=big_sur libomp | grep -i downloaded | grep tar.gz | cut -f2 -d:)
|
||||
armloc=$(brew fetch --bottle-tag=arm64_ventura libomp | grep -i downloaded | grep tar.gz | cut -f2 -d:)
|
||||
x64loc=$(brew fetch --bottle-tag=ventura libomp | grep -i downloaded | grep tar.gz | cut -f2 -d:)
|
||||
cp $armloc /tmp/libomp-arm64.tar.gz
|
||||
mkdir /tmp/libomp-arm64 || true
|
||||
tar -xzvf /tmp/libomp-arm64.tar.gz -C /tmp/libomp-arm64
|
||||
|
Loading…
Reference in New Issue
Block a user