Skip to content

Commit

Permalink
Update to llvm14
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaith committed Jan 26, 2023
1 parent d9c2f57 commit 27fbca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
runs-on: windows-latest
env:
llvm_version: 13.0.0
llvm_version: 14.0.6


# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
7 changes: 4 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$llvm_version = "13.0.0"
$llvm_version = "14.0.6"

# Check if scoop is installed
if (!(Get-Command "scoop" -errorAction SilentlyContinue)) {
Expand Down Expand Up @@ -61,5 +61,6 @@ function build-msvc {
Remove-Item $source_dir -Force -Recurse -Confirm:$false
}

build-msvc "msvc16" "Visual Studio 16 2019"
build-msvc "msvc15" "Visual Studio 15 2017"
build-msvc "msvc17" "Visual Studio 17 2022"
# build-msvc "msvc16" "Visual Studio 16 2019"
# build-msvc "msvc15" "Visual Studio 15 2017"

0 comments on commit 27fbca0

Please sign in to comment.