From 6aedd7747e02a285a531bfa43b511724227b6dd0 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Thu, 19 Dec 2024 17:33:17 +0000 Subject: [PATCH] Update .gitea/workflows/push.yaml --- .gitea/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index c192a39..cfee2b2 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -13,7 +13,7 @@ jobs: run: cargo-leptos build docker-build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-docker steps: - name: Checkout repository uses: actions/checkout@v4 @@ -88,7 +88,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build project with Nix - run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default + run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default --no-write-lock-file env: runs-on: ubuntu-latest