taking out default build flags
All checks were successful
test and deploy / Build Native (push) Successful in 9m52s
test and deploy / Build WASM (push) Successful in 10m14s
test and deploy / Package Library (push) Successful in 26s
test and deploy / Package Container (push) Successful in 2m4s

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

View File

@ -17,6 +17,8 @@ jobs:
github-server-url: https://gitea.sheep-ghoul.ts.net github-server-url: https://gitea.sheep-ghoul.ts.net
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: Install wasm-pack - name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh 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 github-server-url: https://gitea.sheep-ghoul.ts.net
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: Build Binary - name: Build Binary
run: cargo build run: cargo build