Skip to content

Commit

Permalink
build llvm-13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed May 20, 2024
1 parent 1ec8e92 commit 2c71257
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
env:
BUILD_PROJECT: llvm
BUILD_MASTER: false
LLVM_VERSION: 17.0.6
LLVM_VERSION: 13.0.1

strategy:
fail-fast: false
matrix:
CRT:
- msvcrt
# - libcmt
- libcmt

TARGET_CPU:
# - x86
- x86
- amd64

CONFIGURATION:
- Debug
# - Release
- Release

steps:
- name: Checkout repo
Expand Down

0 comments on commit 2c71257

Please sign in to comment.