diff --git a/.github/workflows/why2-chat-build.yml b/.github/workflows/why2-chat-build.yml index 82c60a9..cfb67d9 100644 --- a/.github/workflows/why2-chat-build.yml +++ b/.github/workflows/why2-chat-build.yml @@ -34,7 +34,7 @@ jobs: - os: ubuntu-latest client: ./out/why2-chat-client server: ./out/why2-chat-server - configure: configure.sh + configure: ./configure.sh steps: - name: Checkout repository diff --git a/.github/workflows/why2-core-test.yml b/.github/workflows/why2-core-test.yml index c599d6a..502d778 100644 --- a/.github/workflows/why2-core-test.yml +++ b/.github/workflows/why2-core-test.yml @@ -34,7 +34,7 @@ jobs: - os: ubuntu-latest output: ./out/why2-core-test valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s - configure: configure.sh + configure: ./configure.sh app: why2 steps: diff --git a/.github/workflows/why2-logger-test.yml b/.github/workflows/why2-logger-test.yml index 0661ac3..49a6bf3 100644 --- a/.github/workflows/why2-logger-test.yml +++ b/.github/workflows/why2-logger-test.yml @@ -33,7 +33,7 @@ jobs: include: - os: ubuntu-latest output: ./out/why2-logger-test - configure: configure.sh + configure: ./configure.sh valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s app: why2-logger diff --git a/.github/workflows/why2-project.yml b/.github/workflows/why2-project.yml index 12a740c..48ca6b4 100644 --- a/.github/workflows/why2-project.yml +++ b/.github/workflows/why2-project.yml @@ -30,8 +30,8 @@ jobs: os: [ ubuntu-latest ] include: - os: ubuntu-latest - configure: configure.sh - test: test + configure: ./configure.sh + test: ./test steps: - name: Checkout repository