Update .forgejo/workflows/export.yaml
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 3m56s
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 3m56s
This commit is contained in:
parent
148acf2a72
commit
ba642c9769
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@v13
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v13
|
||||||
- name: Run the Magic Nix Cache
|
- name: Run the Magic Nix Cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v7
|
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
|
||||||
- name: Build server and client
|
- name: Build server and client
|
||||||
run: |
|
run: |
|
||||||
nix develop
|
nix develop
|
Loading…
Reference in a new issue