fixup! Update ci workflow to work with forgejo
Some checks failed
CI / build (push) Failing after 0s
Some checks failed
CI / build (push) Failing after 0s
This commit is contained in:
parent
aee87cd628
commit
5efb3d0a4b
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -24,9 +24,8 @@ jobs:
|
|||
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
|
||||
- uses: "https://github.com/DeterminateSystems/nix-installer-action@main"
|
||||
- uses: "https://github.com/DeterminateSystems/magic-nix-cache-action@main"
|
||||
- name: Run `nix build`
|
||||
- name: Run Nix Build
|
||||
uses: docker://hub.docker.com/nixpkgs/nix-flakes:nixos-24.05
|
||||
run: nix build .
|
||||
# - uses: actions/upload-pages-artifact@v3
|
||||
# with:
|
||||
|
|
Loading…
Reference in a new issue