ci: test a slight modification
This commit is contained in:
parent
afab2bed1c
commit
629db239e8
1 changed files with 7 additions and 4 deletions
|
@ -15,10 +15,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# get the repo first
|
# get the repo first
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3
|
- name: Checkout lfs
|
||||||
with:
|
run: |
|
||||||
repository: ${{ gitea.repository }}
|
git lfs install --local
|
||||||
ref_name: ${{ gitea.ref }}
|
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
|
||||||
|
git config --local --unset http.${{ github.server_url }}/.extraheader
|
||||||
|
git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||||
|
git lfs pull
|
||||||
- run: nix build .#fmt --verbose
|
- run: nix build .#fmt --verbose
|
||||||
|
|
||||||
# clippy is incredibly useful for making yer code better
|
# clippy is incredibly useful for making yer code better
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue