Skip to content

Commit

Permalink
trying to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ohuu committed Aug 27, 2024
1 parent f3f689e commit c54546a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
node-version: "20.x"

- name: Build UI
run: cd ui && npm install && npm run build:release
run: cd ui && npm cache clean && npm install && npm run build:release

- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build Cardamon
run: cd ../ && cargo build --release
run: cargo build --release

- name: Build release artifact
run: |
Expand Down

0 comments on commit c54546a

Please sign in to comment.