From be7f91f4875183fe1f9fdb26b06e234c203fc1bc Mon Sep 17 00:00:00 2001 From: Dylan Bautista Date: Thu, 27 Feb 2025 10:45:55 +0100 Subject: [PATCH] Change build name --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index dc05902..6b965aa 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -2,8 +2,8 @@ name: CI on: push jobs: - build:qemu-lagarto-ox-bench2: + build:pl-enhancement: runs-on: native steps: - uses: https://gitea.com/ScMi1/checkout@v1.4 - - run: nix develop .#qemu-lagarto-ox --command ./boot.sh bench2 \ No newline at end of file + - run: nix develop -L .#qemu-lagarto-ox --command ./boot.sh bench2 \ No newline at end of file