Use nix-env for dependencies instead of container
Some checks failed
Build and Release / build (push) Failing after 24s
Some checks failed
Build and Release / build (push) Failing after 24s
Match runner's NixOS environment.
💘 Generated with Crush
Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
This commit is contained in:
parent
fafb6b4ff8
commit
94ecaa7755
1 changed files with 2 additions and 5 deletions
|
|
@ -9,13 +9,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: default
|
runs-on: default
|
||||||
container:
|
|
||||||
image: mcr.microsoft.com/dotnet/sdk:9.0
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: nix-env -iA nixpkgs.nodejs nixpkgs.dotnet-sdk_9 nixpkgs.openssh nixpkgs.git
|
||||||
apt-get update
|
|
||||||
apt-get install -y git ssh nodejs
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue