diff --git a/.github/workflows/ci-gpu-build.yml b/.github/workflows/ci-gpu-build.yml index 8026f40..91d2158 100644 --- a/.github/workflows/ci-gpu-build.yml +++ b/.github/workflows/ci-gpu-build.yml @@ -1,6 +1,7 @@ name: CI GPU Build on: + workflow_dispatch: pull_request: branches: [ main ] paths: @@ -22,6 +23,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Install dependencies + run: | + apt-get update + apt-get install -y git unzip - name: Install CMake uses: lukka/get-cmake@latest with: