Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Sep 3, 2024
1 parent 488f86e commit 69527e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
Pkg.add("Pkg")
Pkg.add("LibGit2")
version = VersionNumber(ENV["LLVM_VERSION_MAJOR"], 0, 0)
version = VersionNumber(parse(Int, ENV["LLVM_VERSION_MAJOR"]), 0, 0)
include("../common.jl")
Expand Down

0 comments on commit 69527e6

Please sign in to comment.