Browse Source

Update LLVM workflow with lukka/get-cmake action to setup CMake and Ninja.

pull/1504/head
Joao Matos 5 years ago
parent
commit
b68ba350b0
  1. 3
      .github/workflows/llvm.yml

3
.github/workflows/llvm.yml

@ -5,7 +5,6 @@ on: @@ -5,7 +5,6 @@ on:
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
fail-fast: false
matrix:
@ -25,7 +24,7 @@ jobs: @@ -25,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: seanmiddleditch/gha-setup-ninja@master
- uses: lukka/get-cmake@latest
- name: Environment
if: matrix.config.vs > 0

Loading…
Cancel
Save