From 7e7127c2a07dee6caad912af098ef7924e96cea6 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Thu, 19 Dec 2024 05:30:31 +0000 Subject: [PATCH] ignore warnings --- .gitea/workflows/push.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 1390dc1..2c3bd9e 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -10,8 +10,6 @@ jobs: - name: Use Cache uses: Swatinem/rust-cache@v2 - name: Build project - env: - RUSTFLAGS: "-D warnings" run: cargo-leptos build docker-build: