Skip to content

Commit

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

- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 3ff1263

Please sign in to comment.