Skip to content

Commit

Permalink
Trying to get the workflow to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 4, 2024
1 parent 2399f67 commit cd9fa1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
pwd
set
echo "-------------------------------------------"
if [ -z build ]; then
mkdir build
if [ -d build ]; then
echo "Build dir exists"
ls -la build
else
echo "Build dir exists"
ls -la build
mkdir build
#rm -rf build/*
fi
pushd build
Expand Down

0 comments on commit cd9fa1a

Please sign in to comment.