From c2ac0cf5864d6fe07421765425508d06a31519e1 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 6 Aug 2026 20:17:23 -0500 Subject: [PATCH] Build on bare bare metal servers * Allow builds to use cached Nix packages * Prevent them from running on my VPS * Possibly avoid re-downloading the SVN every single time? --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d338fe4..278a190 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: build: - runs-on: nix-latest + runs-on: bare-metal strategy: matrix: arch: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5990a35..fd53d8c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,7 +3,7 @@ jobs: check: - runs-on: nix-latest + runs-on: bare-metal steps: - uses: actions/checkout@v6 - name: Flake check