Skip to content

Commit

Permalink
pin BinaryBuilder to v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KDr2 committed Sep 14, 2024
1 parent 769a25f commit 476c6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDylib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- name: Install dependencies
run: julia -e 'using Pkg; Pkg.add("BinaryProvider"); Pkg.add("BinaryBuilder");'
run: julia -e 'using Pkg; Pkg.add("BinaryProvider"); Pkg.add(name="BinaryBuilder", version="0.5.8");'
- name: Build
env:
BINARYBUILDER_DOWNLOADS_CACHE: downloads
Expand Down

0 comments on commit 476c6b9

Please sign in to comment.