Skip to content

Commit

Permalink
Update build-native-mac.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
theolivenbaum committed Jan 30, 2022
1 parent 19c51fd commit d8e2d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-devops/build-native-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ steps:
inputs:
azureSubscription: 'Pay-As-You-Go(1)(df68d6af-9145-400b-9276-6a84ca4dec2b)'
scriptLocation: 'inlineScript'
inlineScript: 'az storage blob upload -f "$(HOMEBREW_CELLAR)/zstd/1.5.1/lib/libzstd.dylib" --account-name curiositydev -c rocksdb -n libzstd-v$(ROCKSDBVERSION).dylib'
inlineScript: 'az storage blob upload -f "$(HOMEBREW_CELLAR)/zstd/1.5.2/lib/libzstd.dylib" --account-name curiositydev -c rocksdb -n libzstd-v$(ROCKSDBVERSION).dylib'

0 comments on commit d8e2d4b

Please sign in to comment.