Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 28, 2023
1 parent 9276e0b commit f4362be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: cmake --install . --prefix "${{github.workspace}}/install"
- name: "CMake Test"
working-directory: ${{github.workspace}}/build
run: ./${{github.workspace}}/build/libaura_test
run: .${{github.workspace}}/build/libaura_test
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f4362be

Please sign in to comment.