mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:23:30 +00:00
added LFS handling to GH Actions workflows
This commit is contained in:
4
.github/workflows/pack_early.yaml
vendored
4
.github/workflows/pack_early.yaml
vendored
@@ -18,7 +18,9 @@ jobs:
|
||||
runs-on: ${{ matrix.arrays.os.tag }}
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Install latest
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user