Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RealNeGate committed Jan 5, 2023
1 parent f3525f3 commit e0f4dff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
llvm_version: [13, 14, 15]
steps:
- uses: actions/checkout@v1

- name: Download LLVM and Make
run: |
brew update
brew install llvm@${{ matrix.llvm_version }} make
Expand Down

0 comments on commit e0f4dff

Please sign in to comment.