Skip to content

Commit

Permalink
Update build-and-test-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Sep 9, 2024
1 parent 7c2dcb0 commit 83d85f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,9 @@ jobs:
' > bundled/patches/remove_mlir_shlib.patch
mkdir -p ${{ github.workspace }}/binarybuilder_storage
julia -e '
using Pkg
Pkg.add("BinaryBuilder")
Pkg.add("Pkg")
Pkg.add("LibGit2")
using Pkg
Pkg.add(PackageSpec("BinaryBuilderBase", version=v"1.30.1"))
version = VersionNumber(parse(Int, ENV["LLVM_VERSION_MAJOR"]), 0, 0)
Expand Down

0 comments on commit 83d85f4

Please sign in to comment.