From 7cca3f3f0a52d370523fa8cff635ec58a12ae88f Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Sep 22 2022 12:03:32 +0000 Subject: Change gh action shell to bash? --- diff --git a/.github/workflows/centos-stream8.yml b/.github/workflows/centos-stream8.yml index 290fd05..1a75031 100644 --- a/.github/workflows/centos-stream8.yml +++ b/.github/workflows/centos-stream8.yml @@ -5,7 +5,7 @@ jobs: steps: - uses: "actions/checkout@v2" - run: sudo dnf -y install python3-pip - - run: sudo sh runtests.sh + - run: sudo bash runtests.sh name: Greeting on: