Compare commits

..

No commits in common. "7052c247e2b4f1cf972038a56f026176eda76795" and "625526f08483e4920b262800545bc781a48474dd" have entirely different histories.

@ -17,6 +17,14 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
# bob
- name: Set up SSH keys
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -t rsa git.fascinated.cc >> ~/.ssh/known_hosts
- name: Download docker
run: |