mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-03 15:33:31 +00:00
ci: fix repository names in name checks
This commit is contained in:
parent
a8cbc2462e
commit
0e360fa999
5 changed files with 11 additions and 10 deletions
7
.github/workflows/nix.yml
vendored
7
.github/workflows/nix.yml
vendored
|
@ -15,8 +15,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: Install Lix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
|
||||
logger: pretty
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: nyx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue