Update .gitea/workflows/ci.yml
This commit is contained in:
parent
28c377621f
commit
12f1b019ba
1 changed files with 11 additions and 2 deletions
|
|
@ -18,8 +18,17 @@ jobs:
|
|||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt install -y nodejs
|
||||
|
||||
- name: Install Determitate Nix
|
||||
- name: Install Determinate Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
|
||||
- name: Confirm Determinate Nix
|
||||
run: determinate-nixd version
|
||||
|
||||
nix-arm64:
|
||||
runs-on : [nix, arm64-builder]
|
||||
steps:
|
||||
- name: System Info
|
||||
run: uname -m
|
||||
|
||||
- name: Confirm Nix
|
||||
run: determinate-nixd version
|
||||
run: nix --version
|
||||
Loading…
Add table
Add a link
Reference in a new issue