Actually checkout the repo too

This commit is contained in:
Gwilym Kuiper 2022-02-24 20:31:39 +00:00
parent af5b8c181a
commit 6ebe23cef6

View file

@ -15,5 +15,7 @@ jobs:
steps:
- name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
- name: Check out repository
uses: actions/checkout@v2
- name: Update lock files
run: bash .github/scripts/update-lockfiles.sh