From 6cd3287f93739fd75e0bcf3fc9bc95bfe73f93e7 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 21 Jan 2023 10:07:10 +0100 Subject: [PATCH] fixed command name --- .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 9ffab705..d2b002a2 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -233,7 +233,7 @@ jobs: run: | cd %GITHUB_WORKSPACE%\vcpkg .\vcpkg install tbb:${{matrix.vcpkgtriplet}} - cp installed\${{matrix.vcpkgtriplet}}\lib\tbb12.* %GITHUB_WORKSPACE% + copy installed\${{matrix.vcpkgtriplet}}\lib\tbb12.* %GITHUB_WORKSPACE% - name: Install libcuckoo shell: cmd run: |