Skip to content

Commit

Permalink
fix for linux command in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Sep 24, 2023
1 parent 04541bd commit 3b10283
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 .. && make && cd bin/Debug && ./webarkit_test.exe
cd tests && mkdir build && cd build && cmake .. && make && ./webarkit_test

0 comments on commit 3b10283

Please sign in to comment.