Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Oct 12, 2023
1 parent e9f47bc commit db5b0d1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Test Java
run: mvn test
- name: Configure CMake
run: cmake -DCI=1 -B ${{github.workspace}}/build
run: cmake -DCI=1 -B build
- name: Test regxmllibc
run: ctest --test-dir ${{github.workspace}}/build
run: |
cd build
make
ctest

0 comments on commit db5b0d1

Please sign in to comment.