From 30bfa204e9ee2c24e44f095ddc15c94cb1c3e228 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sun, 28 Jul 2024 15:56:52 +0100 Subject: [PATCH] taking out default build flags --- .gitea/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 74b38e1..bbc41c4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -17,6 +17,8 @@ jobs: github-server-url: https://gitea.sheep-ghoul.ts.net - uses: actions-rust-lang/setup-rust-toolchain@v1 + with: + rustflags: "" - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh @@ -51,6 +53,8 @@ jobs: github-server-url: https://gitea.sheep-ghoul.ts.net - uses: actions-rust-lang/setup-rust-toolchain@v1 + with: + rustflags: "" - name: Build Binary run: cargo build