Add .gitea/workflows/determinte-nix.yml
testing using the DeterminateSystems nix installer
This commit is contained in:
parent
00424f7f5f
commit
1857109930
1 changed files with 22 additions and 0 deletions
22
.gitea/workflows/determinte-nix.yml
Normal file
22
.gitea/workflows/determinte-nix.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build-amd64:
|
||||
runs-on: [rust-latest, amd64-builder]
|
||||
steps:
|
||||
- name: System Info
|
||||
run: uname -m
|
||||
|
||||
- name: Setup
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y curl gnupg
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt install -y nodejs
|
||||
|
||||
- name: Install Determitate Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
Loading…
Add table
Add a link
Reference in a new issue