Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Mar 13, 2024
1 parent 11ee238 commit 1fc6c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
./build/buildcache/bin/buildcache -s
- name: Run Tests
run: ./ppr-test
run: ./build/ppr-test

# ==== DISTRIBUTION ====
- name: Strip Executables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
exit $CompilerExitCode
- name: Run Tests
run: .\ppr-test.exe
run: .\build\ppr-test.exe

# ==== DISTRIBUTION ====
- name: Create Distribution
Expand Down

0 comments on commit 1fc6c7e

Please sign in to comment.