From 4fc5698c8c6868d6076c5dfa1468242a998690fc Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Tue, 22 Oct 2024 13:11:42 +0200 Subject: [PATCH] fix --- .github/workflows/prof_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prof_tests.yml b/.github/workflows/prof_tests.yml index 1f59888b4a..93c7a94075 100644 --- a/.github/workflows/prof_tests.yml +++ b/.github/workflows/prof_tests.yml @@ -8,7 +8,7 @@ on: defaults: run: - shell: bash -ieo pipefail + shell: /bin/bash -ieo pipefail jobs: profiling-tests: