Hadrien Croubois 3 years ago
parent
commit
3075181276
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/formal-verifiation.yml

+ 1 - 1
.github/workflows/formal-verifiation.yml

@@ -46,7 +46,7 @@ jobs:
         run: |
           touch certora/applyHarness.patch
           make -C certora munged
-          sh ${{ matrix.params }}
+          bash ${{ matrix.params }}
         env:
           CERTORAKEY: ${{ secrets.CERTORAKEY }}
     strategy: