Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Nov 18, 2023
1 parent 75b2b8d commit 6444c47
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ jobs:
projects: ["clang;lld"]
targets: ["host"]
include:
- projects: "clang;lld;mlir"
- ubuntu: "22.04"
url: "https://github.com/llvm/llvm-project"
projects: "clang;lld;mlir"
commit: "llvmorg-16.0.6"
- projects: "clang;lld;mlir"
build: "Release"
targets: "host"
- ubuntu: "22.04"
url: "https://github.com/llvm/llvm-project"
projects: "clang;lld;mlir"
commit: "b7a249d26fe61432050df470d23bdea417fda574"
build: "Release"
targets: "host"

permissions:
packages: write
Expand Down

0 comments on commit 6444c47

Please sign in to comment.