From 7f2e598a0596ef47bf20429f304f3f9b8c7d3fd4 Mon Sep 17 00:00:00 2001 From: Dominik Drexler Date: Fri, 5 Jan 2024 14:07:37 +0100 Subject: [PATCH] . --- .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 59e316eb..09388c21 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -44,7 +44,7 @@ jobs: - name: Check boost id: check-boost run: | - echo ${{ steps.install-boost.outputs.BOOST_ROOT }} + echo "${{runner.workspace}}" ls -l cd boost_1_84_0 ls -l