Skip to content

Commit

Permalink
#2: - check dir
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 17, 2022
1 parent 8d70a0b commit 61a5533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:

- name: Check environment
run: |
ls -la /tpls/yamlcpp/share/cmake/yaml-cpp
echo ======================================================
echo Creating directories:
echo Creating directories $WORKDIR $SHAWBUILDDEB_DIR $SHAWBUILDREL_DIR
mkdir -p $WORKDIR
mkdir -p $SHAWBUILDDEB_DIR
mkdir -p $SHAWBUILDREL_DIR
Expand Down

0 comments on commit 61a5533

Please sign in to comment.