Allow installation of deprecate .NET SDK used by Servarr apps #397
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Build" | |
on: | |
pull_request: | |
push: | |
jobs: | |
check: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@v13 | |
- uses: DeterminateSystems/magic-nix-cache-action@v7 | |
- name: "Run nix flake checks" | |
run: ci/shell.sh | |
env: | |
SOPS_AGE_KEY: ${{ secrets.AGE_SECRET_KEY }} |