From cba820bc12f5f60f83c91d7ccb9f59eb6e8de3e0 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 15 Jun 2022 19:12:27 +0300 Subject: [PATCH] Debug WIP --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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