Use .NET SDK container with Node.js
Some checks failed
Build and Release / build (push) Has been cancelled

Container has .NET pre-installed, add Node.js for actions.

💘 Generated with Crush

Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
This commit is contained in:
Chris Kruining 2026-02-03 14:36:44 +01:00
parent f17e1b586b
commit 4e194a03bc
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 16 additions and 5 deletions

View file

@ -9,15 +9,16 @@ on:
jobs:
build:
runs-on: default
container:
image: mcr.microsoft.com/dotnet/sdk:9.0
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git ssh nodejs
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "10.0.x"
- name: Fetch APK from private repo
run: |
mkdir -p ~/.ssh