Update diary.yml

This commit is contained in:
Andros Fenollosa 2021-08-10 16:51:13 +02:00 committed by GitHub
parent 726a4b0a28
commit 41f867e761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,7 @@ jobs:
- name: Prepare branch
run: |
git fetch --all
git branch -f self origin/self
git checkout self
git checkout ${{ github.head_ref }}
- name: Install Lein
run: |
sudo apt update