This commit is contained in:
parent
b3573bb36a
commit
70c99db37b
6 changed files with 822 additions and 29 deletions
|
@ -21,6 +21,7 @@ jobs:
|
|||
steps:
|
||||
- run: nix run -I nixpkgs=channel:nixos-unstable nixpkgs#attic-client login nex https://nix.nexveridian.com ${{ secrets.ATTIC_TOKEN }} || true
|
||||
- run: nix run -I nixpkgs=channel:nixos-unstable nixpkgs#attic-client cache create nexveridian-web || true
|
||||
- run: nix run -I nixpkgs=channel:nixos-unstable nixpkgs#attic-client cache configure nexveridian-web -- --priority 30 || true
|
||||
- run: nix run -I nixpkgs=channel:nixos-unstable nixpkgs#attic-client use nexveridian-web || true
|
||||
|
||||
- name: Install Node.js
|
||||
|
@ -31,7 +32,7 @@ jobs:
|
|||
ln -sf ~/.local/nodejs/bin/npm ~/.local/bin/npm
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install skopeo
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue