remove VLAs

This commit is contained in:
lights0123 2020-09-26 20:55:08 -04:00
parent d89b9db56e
commit 060071155e
No known key found for this signature in database
GPG key ID: 28F315322E37972F
2 changed files with 11 additions and 11 deletions

View file

@ -58,12 +58,12 @@ jobs:
sudo apt-get install -y webkit2gtk-4.0 squashfs-tools 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
# env: env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with: with:
# npmScript: "tauri:build" npmScript: "tauri:build"
# - uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
# with: with:
# name: my-artifact ${{ matrix.node-version }} name: my-artifact ${{ matrix.node-version }}
# path: src-tauri/target/release/bundle path: src-tauri/target/release/bundle

4
src-tauri/Cargo.lock generated
View file

@ -736,9 +736,9 @@ dependencies = [
[[package]] [[package]]
name = "libnspire-sys" name = "libnspire-sys"
version = "0.2.6" version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b27b742cdfa366ed887e6f0097fec446642b8c3e8b79c6d4745129d9e3f8b20" checksum = "a4e21d30751221883dfbca2ca8c27ae31aaeef98f18f0f77a732338b327d4d69"
dependencies = [ dependencies = [
"cc", "cc",
"globwalk", "globwalk",