mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Actually checkout the repo too
This commit is contained in:
parent
af5b8c181a
commit
6ebe23cef6
2
.github/workflows/update-lockfiles.yml
vendored
2
.github/workflows/update-lockfiles.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue