From 01704888ad91284673741df43bca1f82b9da5a0a Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 10 Jul 2025 10:55:56 +0800 Subject: [PATCH] debug(ci): linuxdeploy failed without any messages --- .github/workflows/release-tamagotchi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index cc5aef1c6..c591a9643 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -114,8 +114,9 @@ jobs: - name: Build Application (Linux and Windows Only) if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'windows-latest' - run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }} --features cuda + run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }} --features cuda --verbose env: + RUST_BACKTRACE: '1' # Call to `nvcc` (which part of the CUDA Toolkit) doesn't require a physical GPU, yet bindgen_cuda requires `nvidia-smi` # to be available in order to determine the compute capability of the GPU.[^1] #