Skip to content

Commit

Permalink
#2: - back with dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 17, 2022
1 parent cba02ba commit 4510273
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:

- name: Check environment
run: |
echo ======================================================
echo Creating directories:
ls -la /out
echo ===> $WORKDIR
mkdir $WORKDIR
echo ===> $SHAWBUILDDEB_DIR
mkdir $SHAWBUILDDEB_DIR
echo ===> $SHAWBUILDREL_DIR
mkdir $SHAWBUILDREL_DIR
echo ======================================================
echo CPU Threads: $(grep -c processor /proc/cpuinfo)
echo ======================================================
Expand Down

0 comments on commit 4510273

Please sign in to comment.