Who am I.

This commit is contained in:
Alexander Artemenko 2021-02-24 23:43:53 +03:00
parent 81e5b31102
commit 74295df3e6

View file

@ -23,6 +23,8 @@ jobs:
- name: Grant All Perms on /usr/local/etc/roswell
# This makes cache restoration possible
run: sudo mkdir /usr/local/etc/roswell && sudo chmod -R a+rwx /usr/local/etc/roswell
- name: Who am I
run: whoami
- name: Cache Roswell Setup
id: cache
uses: actions/cache@v2