diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7220f4f..2650192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 639dcc6..b1b48df 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -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",