From c4e8ad93729b8ca47eec1450c430eb54fdbb7937 Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Wed, 8 Jun 2022 14:48:32 -0700 Subject: [PATCH] list files --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efc5be4e..e0caa594 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,8 @@ jobs: run: ./conf.sh - name: Change to build dir run: cd build + - name: List files + run: ls - name: Build MEDYAN run: make - name: Change to root dir