Update .gitea/workflows/push.yaml
Some checks failed
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / env (push) Successful in 4s
Push Workflows / docs (push) Successful in 32s
Push Workflows / test (push) Successful in 46s
Push Workflows / leptos-test (push) Successful in 59s
Push Workflows / build (push) Successful in 1m7s

This commit is contained in:
Ethan Girouard 2024-12-19 17:33:17 +00:00
parent 8f096b1ebb
commit 6aedd7747e

View File

@ -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