Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ygdrasil-io committed Feb 12, 2024
1 parent 17c51c0 commit 13a91a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,16 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: find clang
run: find / -name "libclang-15.so*"
if: matrix.os == 'ubuntu-latest'
- name: Build & test klang macos
if: matrix.os == 'macos-14'
run: |
cd ./klang
LIBCLANG_PATH="/usr/lib/llvm-15/lib/libclang-15.so.1"
./gradlew test
- name: Build & test klang ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
cd ./klang
LIBCLANG_PATH="/usr/lib/llvm-15/lib/libclang-15.so.1"
./gradlew test
- name: Bundle the build report
if: failure()
Expand Down

0 comments on commit 13a91a7

Please sign in to comment.