Skip to content

Commit

Permalink
[workflows] Stop using upstream actions and enable OpenMP build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpkc committed May 20, 2022
1 parent 54a96d0 commit 8bf9551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
check_clang:
name: Test clang
uses: llvm/llvm-project/.github/workflows/llvm-project-tests.yml@release/14.x
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: check-clang
projects: clang
projects: clang;openmp
4 changes: 2 additions & 2 deletions .github/workflows/llvm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ concurrency:
jobs:
check_all:
name: Test llvm,clang
uses: llvm/llvm-project/.github/workflows/llvm-project-tests.yml@release/14.x
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: check-all
projects: clang
projects: clang;openmp

0 comments on commit 8bf9551

Please sign in to comment.