Skip to content

Commit

Permalink
fix syntax in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
darcys22 committed Aug 28, 2023
1 parent 8168df6 commit 38f91d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ jobs:

- name: CMake Generate
run: cmake ..
working-directory: build

- name: Compile
run: make -j8
working-directory: build

# Add steps for running tests if they exist.
- name: Run tests
run: make test # Replace this with your test running command, if different.
working_directory: build
run: make test

0 comments on commit 38f91d7

Please sign in to comment.