fix(ci): remove CUDA and cuda feature right now

This commit is contained in:
Neko Ayaka
2025-07-09 17:43:51 +08:00
parent 160078c6e8
commit b2cbe3af06
+7 -6
View File
@@ -77,11 +77,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install CUDA Toolkit (Linux and Windows Only)
uses: Jimver/cuda-toolkit@v0.2.24
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'windows-latest'
with:
cuda: 12.5.0
# - name: Install CUDA Toolkit (Linux and Windows Only)
# uses: Jimver/cuda-toolkit@v0.2.24
# if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'windows-latest'
# with:
# cuda: 12.5.0
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -95,7 +95,8 @@ 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
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }}
- name: Rename Artifacts (Nightly)
if: ${{ github.event_name == 'schedule' }}