From ee1c664b26f4d9287f407a0b0e09413efa9f92e2 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 13 Jan 2023 19:40:43 +0100 Subject: [PATCH] fixed commandline --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 606cb36d..33f37a34 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -80,7 +80,7 @@ jobs: run: | cd $GITHUB_WORKSPACE ${{matrix.compiler}} --version - ${{matrix.compiler}} ${{matrix.sourcefile}} ${{matrix.architecture}} ${{matrix.compileroptions}} -o ${{matrix.outputfile}} -I$GITHUB_WORKSPACE/boost-root I$GITHUB_WORKSPACE/vcpkg/installed/x64-linux/include -L$GITHUB_WORKSPACE/vcpkg/installed/x64-linux/lib -llibtbb.a -llibtbbmalloc.a + ${{matrix.compiler}} ${{matrix.sourcefile}} ${{matrix.architecture}} ${{matrix.compileroptions}} -o ${{matrix.outputfile}} -I$GITHUB_WORKSPACE/boost-root -I$GITHUB_WORKSPACE/vcpkg/installed/x64-linux/include -L$GITHUB_WORKSPACE/vcpkg/installed/x64-linux/lib -llibtbb.a -llibtbbmalloc.a - name: Set reportfile name run: | echo "REPORT_FILE=${{matrix.reportdir}}/${{matrix.sourcefile}}.txt" >> $GITHUB_ENV