PICARD-1707: Download updated macOS fpcalc build

Using a macOS fpcalc build from custom repository until an official new version build with newer macOS SDK is available.
This commit is contained in:
Philipp Wolfer
2020-01-21 12:58:50 +01:00
parent 1175987788
commit e82767e0d8
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
runs-on: macos-latest
env:
DISCID_VERSION: 0.6.2
FPCALC_VERSION: 1.4.3
FPCALC_VERSION: 1.4.4-8
steps:
- uses: actions/checkout@v1

View File

@@ -24,6 +24,6 @@ fi
cp "$HOME/libdiscid/lib/libdiscid.0.dylib" .
# Install fpcalc
wget "https://github.com/acoustid/chromaprint/releases/download/v$FPCALC_VERSION/chromaprint-fpcalc-$FPCALC_VERSION-macos-x86_64.tar.gz"
wget "https://github.com/phw/chromaprint/releases/download/v$FPCALC_VERSION/chromaprint-fpcalc-$FPCALC_VERSION-macos-x86_64.tar.gz"
tar -xf "chromaprint-fpcalc-$FPCALC_VERSION-macos-x86_64.tar.gz"
cp "chromaprint-fpcalc-$FPCALC_VERSION-macos-x86_64/fpcalc" .