Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Sep 9, 2024
1 parent 5332425 commit b6fb8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
julia -e '
import Pkg
Pkg.add("BinaryBuilder")
Pkg.add(PackageSpec("BinaryBuilderBase", version=v1.30.1))
Pkg.add(PackageSpec("BinaryBuilderBase", version=v"1.30.1"))
Pkg.add("Pkg")
Pkg.add("LibGit2")
Expand Down

0 comments on commit b6fb8c0

Please sign in to comment.