Update ci workflow to work with forgejo
This commit is contained in:
parent
245fae8183
commit
c206e2cc1a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- uses: "htps://github.com/DeterminateSystems/nix-installer-action@main"
|
||||
- uses: "https://github.com/DeterminateSystems/magic-nix-cache-action@main"
|
||||
- name: Run `nix build`
|
||||
run: nix build .
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue