From b816c594767e02ce137d425d1f77041344b6c87f Mon Sep 17 00:00:00 2001 From: Simon Garnotel Date: Tue, 19 Mar 2024 17:00:17 +0100 Subject: [PATCH] try find ff-petsc --- .github/workflows/release-exe.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-exe.yml b/.github/workflows/release-exe.yml index f81aa7d9f..ffc641c21 100644 --- a/.github/workflows/release-exe.yml +++ b/.github/workflows/release-exe.yml @@ -73,9 +73,11 @@ jobs: continue-on-error: true run: make check - - name: check + - name: check ff-petsc shell: cmd - run: dir ff-petsc /AD /s + run: | + cd C:\ + dir ff-petsc /AD /s - name: Create EXE id: exe