This commit is contained in:
parent
657d37b1eb
commit
06afd021d3
|
@ -18,6 +18,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Checkout LFS
|
||||
run: |
|
||||
cat .git/config
|
||||
git config http || true
|
||||
git config "http.${GITHUB_SERVER_URL}/" || true
|
||||
git config "http.${GITHUB_SERVER_URL}/.extraHeader" || true
|
||||
git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull
|
||||
- name: Build
|
||||
run: nix build -L .#li7y .#li7y-oci
|
||||
|
|
Loading…
Reference in a new issue