Skip to content

Commit

Permalink
missed make command to compile the project
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Sep 14, 2023
1 parent 671ed34 commit d338779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
node-version: '16.x'
- name: Build and test WebARKitLib
run: |
cd tests && mkdir build && cd build && cmake .. && cd bin/Debug && ./webarkit_test.exe
cd tests && mkdir build && cd build && cmake .. && make && cd bin/Debug && ./webarkit_test.exe

0 comments on commit d338779

Please sign in to comment.