From 38f563846ab57155f2de556011534dad723bda2f Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 14:43:55 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f863383..777f2f1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,12 +27,4 @@ jobs: - name: Print host info run: | echo "Runner hostname: $(hostname)" - apt -v - - hello-from-native: - runs-on: native - steps: - - name: Print host info - run: | - echo "Runner hostname: $(hostname)" - nix --version \ No newline at end of file + apt -v \ No newline at end of file