Skip to content

Commit 9db885b

Browse files
use BBB branch
1 parent 25ae537 commit 9db885b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- bash: |
4343
set -e
4444
$(JULIA) -e 'using Pkg; Pkg.Registry.update(); Pkg.instantiate()'
45+
$(JULIA) -e 'using Pkg; Pkg.add(name="BinaryBuilderBase", rev="ib/timeroutputs")'
4546
$(JULIA) -e 'using BinaryBuilder; BinaryBuilder.versioninfo()'
4647
$(JULIA) -e 'using Pkg; Pkg.status(; mode=PKGMODE_MANIFEST)'
4748
name: SystemInfo

0 commit comments

Comments
 (0)