mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +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'
|
||||
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
|
||||
|
|
4
src-tauri/Cargo.lock
generated
4
src-tauri/Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue