Skip to content

Commit

Permalink
remove ruy from windows and fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 20, 2024
1 parent 4de0ac0 commit eaf068b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Configure Rust flags for Windows
if: matrix.platform == 'windows-latest'
run: |
echo "RUSTFLAGS=\"-C target-feature=+crt-static\"" >> $GITHUB_ENV
Add-Content -Path $env:GITHUB_ENV -Value "RUSTFLAGS=`"-C target-feature=+crt-static`""
shell: pwsh

- uses: tauri-apps/tauri-action@v0
env:
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zip = "2.1.3"
ct2rs = { version = "0.8.5", features = ["accelerate"] }

[target.'cfg(target_os = "windows")'.dependencies]
ct2rs = { version = "0.8.5", features = ["ruy"] }
ct2rs = { version = "0.8.5", features = [] }

[target.'cfg(target_os = "linux")'.dependencies]
ct2rs = "0.8.5"

0 comments on commit eaf068b

Please sign in to comment.