Skip to content

Commit

Permalink
add step to install clang
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Jul 7, 2024
1 parent f77c04a commit 633dd1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ jobs:
${{ runner.os }}-
- name: Disable SwiftLint Plugin
run: sed -i -e 's/.*SwiftLint.*//g' Package.swift
- name: Activate clang module
run: |
swift package resolve
sudo swift .build/checkouts/ClangSwift/utils/make-pkgconfig.swift
- name: Test
run: swift test

0 comments on commit 633dd1a

Please sign in to comment.