From 8c5865d8b659df82144e9a3bbbc37415e193339d Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Sat, 1 Feb 2025 17:34:19 +0900 Subject: [PATCH] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 02fd814..5b424c8 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -46,6 +46,12 @@ jobs: compiler-nix-name: ${{ inputs.compiler-nix-name }} minimal: ${{ inputs.minimal }} iog: ${{ inputs.iog }} + - name: check bash + shell: bash + run: | + echo $PATH + which bash + - name: cabal update run: cabal update - name: unapck hello