diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2eeacc9f..ab23d0cb 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -51,7 +51,7 @@ jobs: - name: Check dir structure run: | - ls build + ls build/RelWithDebInfo ls - uses: actions/setup-python@v3