From f61139c65bb2e055fab8d3b7a418758f8604db8c Mon Sep 17 00:00:00 2001 From: clearbot Date: Tue, 5 Sep 2023 15:36:32 +0800 Subject: [PATCH] Release: v3.0.10 --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eae0bd07e..ec2131a14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,10 +9,6 @@ jobs: container: asia-docker.pkg.dev/clearbot-360312/clearbot-public/ros-foxy-cuda:latest steps: - uses: actions/checkout@v3 - - uses: Jimver/cuda-toolkit@v0.2.11 - id: cuda-toolkit - with: - cuda: "11.4.1" - name: Setup apt repo env: APTSERVER_USER: ${{ secrets.APTSERVER_USER }}