Skip to content

Commit

Permalink
#2: - check dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 17, 2022
1 parent 4510273 commit 70edc69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
echo ======================================================
echo Creating directories:
ls -la /out
cd /out
echo ===> $WORKDIR
mkdir $WORKDIR
mkdir build
echo ===> $SHAWBUILDDEB_DIR
mkdir $SHAWBUILDDEB_DIR
echo ===> $SHAWBUILDREL_DIR
mkdir $SHAWBUILDREL_DIR
cd $WORKDIR
mkdir shaw-build-debug shaw-build-release
ls -la $WORKDIR
echo ======================================================
echo CPU Threads: $(grep -c processor /proc/cpuinfo)
echo ======================================================
Expand Down

0 comments on commit 70edc69

Please sign in to comment.