Skip to content

Commit

Permalink
Remove package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-salomao committed Oct 31, 2024
1 parent d29932f commit a5830a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,644 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Install frontend dependencies
run: npm install

- name: Ensure Tauri CLI for Windows
if: matrix.platform == 'windows-latest'
run: npm install @tauri-apps/cli-win32-x64-msvc
# - name: Ensure Tauri CLI for Windows
# if: matrix.platform == 'windows-latest'
# run: npm install @tauri-apps/cli-win32-x64-msvc

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

0 comments on commit a5830a6

Please sign in to comment.