Skip to content

Commit 7f779da

Browse files
committed
update search path
1 parent b584d3c commit 7f779da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mb=$(basename "$f")
4040
echo "Checking FMU: $f ($mb)"
4141
./fmusim --logging-on "${{ github.workspace }}/$f"
42-
done < <(find build/models -type f -name '*.fmu' -print0 2>/dev/null || true)
42+
done < <(find ${{ github.workspace }}/build/models -type f -name '*.fmu' -print0 2>/dev/null || true)
4343
4444
if [ "$found" -eq 0 ]; then
4545
echo "No FMUs found under `build/models`, skipping fmusim run"

0 commit comments

Comments
 (0)