Skip to content

Commit

Permalink
cd into svgnative
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkschulze committed Dec 26, 2023
1 parent 77a3c84 commit 0374e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
command: 'cd svgnative && cmake --build build/linux'
- run:
name: Run unit testing
command: './build/linux/tests/unitTesting'
command: 'cd svgnative && ./build/linux/tests/unitTesting'
build_with_style_support:
docker:
- image: cimg/base:2023.12
Expand Down

0 comments on commit 0374e07

Please sign in to comment.