From 3c62f32a859f6bef068e04b769c86972c1b2d0c6 Mon Sep 17 00:00:00 2001 From: lights0123 Date: Sat, 26 Sep 2020 18:02:26 -0400 Subject: [PATCH] Update libnspire --- .github/workflows/ci.yml | 4 ++-- src-tauri/Cargo.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fc5a9c..8758d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: if: matrix.platform == 'ubuntu-latest' run: | sudo apt-get update - sudo apt-get install -y webkit2gtk-4.0 + sudo apt-get install -y webkit2gtk-4.0 squashfs-tools - name: install app dependencies run: yarn - uses: tauri-apps/tauri-action@v0 @@ -39,5 +39,5 @@ jobs: npmScript: "tauri:build" - uses: actions/upload-artifact@v2 with: - name: my-artifact + name: my-artifact ${{ matrix.node-version }} path: src-tauri/target/release/bundle diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f16dd61..6d31c72 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -736,9 +736,9 @@ dependencies = [ [[package]] name = "libnspire-sys" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda472082cd224faf9903886c6e87511ee60d66816ce9887df316210583a53bf" +checksum = "db2102647463fd58465518fc903140cc3ebe189743e98f91ec16f0aadc931bc8" dependencies = [ "cc", "globwalk",