Skip to content

Commit

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

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

0 comments on commit cba02ba

Please sign in to comment.