taking out default build flags
This commit is contained in:
parent
e4dbbf5c14
commit
30bfa204e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user