diff --git a/azure-pipelines/steps/build_mac.yml b/azure-pipelines/steps/build_mac.yml index 266244d543a0..38b01d83209d 100644 --- a/azure-pipelines/steps/build_mac.yml +++ b/azure-pipelines/steps/build_mac.yml @@ -12,7 +12,7 @@ steps: sudo mkdir "${{parameters.generation_path}}" sudo chown $USER "${{parameters.generation_path}}" cd "${{parameters.generation_path}}" - curl -L -O https://github.com/xournalpp/xournalpp-pipeline-dependencies/raw/macos-10.15-jhbuild/gtk/gtk-bin.tar.gz.a[a-c] + curl -L -O https://github.com/xournalpp/xournalpp-pipeline-dependencies/raw/macos-10.15-jhbuild/gtk/gtk-bin.tar.gz.a[a-b] cat gtk-bin.tar.gz.* | tar -xz displayName: 'Unpack GTK' - bash: |