mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
remove VLAs
This commit is contained in:
parent
d89b9db56e
commit
060071155e
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
@ -58,12 +58,12 @@ jobs:
|
|||
sudo apt-get install -y webkit2gtk-4.0 squashfs-tools
|
||||
- name: install app dependencies
|
||||
run: yarn
|
||||
# - uses: tauri-apps/tauri-action@v0
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# npmScript: "tauri:build"
|
||||
# - uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: my-artifact ${{ matrix.node-version }}
|
||||
# path: src-tauri/target/release/bundle
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
npmScript: "tauri:build"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
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.6"
|
||||
version = "0.2.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b27b742cdfa366ed887e6f0097fec446642b8c3e8b79c6d4745129d9e3f8b20"
|
||||
checksum = "a4e21d30751221883dfbca2ca8c27ae31aaeef98f18f0f77a732338b327d4d69"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"globwalk",
|
||||
|
|
Loading…
Reference in a new issue