mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
setup just in a different step for update lockfiles
This commit is contained in:
parent
4ee2fcf749
commit
9f2cbdee85
2
.github/workflows/update-lockfiles.yml
vendored
2
.github/workflows/update-lockfiles.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
|||
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v2
|
||||
- uses: extractions/setup-just@v1
|
||||
- name: Update lock files
|
||||
uses: extractions/setup-just@v1
|
||||
run: just update-lockfiles
|
Loading…
Reference in a new issue