From 5abf6317ef0af14be9881a195b11d9b3dafe97c7 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 16 Dec 2022 10:46:29 -0600 Subject: [PATCH] Remove missing features. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91d3013..3321176 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - uses: Swatinem/rust-cache@v1 - run: | choco install -qy llvm - cargo build --features tolk --features tts/tolk --release + cargo build --release move target windows - uses: actions/upload-artifact@v1 with: