Fix windows this time?

This commit is contained in:
lights0123 2020-09-26 19:59:11 -04:00
parent cf0c8429fc
commit e7bb23c1a0
No known key found for this signature in database
GPG key ID: 28F315322E37972F
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ jobs:
with: with:
toolchain: stable toolchain: stable
- name: install tauri bundler - name: install tauri bundler
run: cargo install tauri-bundler --force run: cargo install tauri-bundler
- name: install webkit2gtk (ubuntu only) - name: install webkit2gtk (ubuntu only)
if: matrix.platform == 'ubuntu-latest' if: matrix.platform == 'ubuntu-latest'
run: | run: |

4
src-tauri/Cargo.lock generated
View file

@ -736,9 +736,9 @@ dependencies = [
[[package]] [[package]]
name = "libnspire-sys" name = "libnspire-sys"
version = "0.2.4" version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a517591b98a38e9b471e2b141ac84d70bd55d626b9c0b57315bc3f1b538e7bf4" checksum = "8b2e2124ec360b12b1f23a48b1b477b62840a7833ff377eec8e4c92d18de1c9b"
dependencies = [ dependencies = [
"cc", "cc",
"globwalk", "globwalk",