taking out default build flags

This commit is contained in:
Andy Pack 2024-07-28 15:56:52 +01:00
parent e4dbbf5c14
commit 30bfa204e9
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

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