Skip to content

Commit

Permalink
fix: static crt in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 20, 2024
1 parent c71665a commit 61826b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- name: install frontend dependencies
run: bun install # change this to npm, pnpm or bun depending on which one you use.

- name: Configure Rust flags for Windows
if: matrix.platform == 'windows-latest'
run: |
echo "RUSTFLAGS=\"-C target-feature=+crt-static\"" >> $GITHUB_ENV
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 61826b8

Please sign in to comment.