More debug info.

This commit is contained in:
Alexander Artemenko 2021-02-24 23:44:57 +03:00
parent 74295df3e6
commit 0f01b6839d

View file

@ -25,6 +25,10 @@ jobs:
run: sudo mkdir /usr/local/etc/roswell && sudo chmod -R a+rwx /usr/local/etc/roswell
- name: Who am I
run: whoami
- name: Who am under SUDO
run: sudo echo `whoami`
- name: USSER under SUDO
run: sudo echo "${USER}"
- name: Cache Roswell Setup
id: cache
uses: actions/cache@v2