.
Some checks failed
Build and Release / build (push) Failing after 31s

This commit is contained in:
Chris Kruining 2026-02-03 14:59:20 +01:00
parent bb0f324ecb
commit da9af56198
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -12,10 +12,7 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |
nix-env -iA nixpkgs.nodejs nixpkgs.openssh nixpkgs.git nixpkgs.curl nixpkgs.icu nix-env -iA nixpkgs.nodejs nixpkgs.openssh nixpkgs.git nixpkgs.curl nixpkgs.dotnetCorePackages.sdk_10_0-bin
curl -sSL https://dot.net/v1/dotnet-install.sh | bash -s -- --channel 10.0
echo "$HOME/.dotnet" >> $GITHUB_PATH
export PATH="$HOME/.dotnet:$PATH"
dotnet --version dotnet --version
- name: Checkout - name: Checkout