mirror of
https://github.com/lights0123/n-link.git
synced 2025-07-08 12:00:32 +00:00
Update libnspire
This commit is contained in:
parent
f8d4359790
commit
3c62f32a85
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
if: matrix.platform == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
- name: install app dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
- uses: tauri-apps/tauri-action@v0
|
- uses: tauri-apps/tauri-action@v0
|
||||||
|
@ -39,5 +39,5 @@ jobs:
|
||||||
npmScript: "tauri:build"
|
npmScript: "tauri:build"
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact ${{ matrix.node-version }}
|
||||||
path: src-tauri/target/release/bundle
|
path: src-tauri/target/release/bundle
|
||||||
|
|
4
src-tauri/Cargo.lock
generated
4
src-tauri/Cargo.lock
generated
|
@ -736,9 +736,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libnspire-sys"
|
name = "libnspire-sys"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eda472082cd224faf9903886c6e87511ee60d66816ce9887df316210583a53bf"
|
checksum = "db2102647463fd58465518fc903140cc3ebe189743e98f91ec16f0aadc931bc8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"globwalk",
|
"globwalk",
|
||||||
|
|
Loading…
Reference in a new issue