From 7a76b3505c589574e6bc804a3fb6f73e85aa2720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Guillemet?= Date: Sun, 16 Jun 2024 00:27:08 +0200 Subject: [PATCH] Change action URL --- .github/workflows/pytorch.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pytorch.yml b/.github/workflows/pytorch.yml index ae82bd49592..283b37ba6e5 100644 --- a/.github/workflows/pytorch.yml +++ b/.github/workflows/pytorch.yml @@ -30,19 +30,19 @@ jobs: key: ${{ github.workflow }}-${{ github.job }}${{ matrix.ext }}@${{ github.run_id }}-${{ github.run_attempt }} restore-keys: ${{ github.workflow }}-${{ github.job }}${{ matrix.ext }}@ path: /home/runner/.ccache - - uses: HGuillemet/javacpp-presets/.github/actions/deploy-ubuntu@actions + - uses: HGuillemet/javacpp-presets/.github/actions/deploy-ubuntu@apteryx_pytorch timeout-minutes: 350 macosx-arm64: runs-on: macos-12 steps: - - uses: HGuillemet/javacpp-presets/.github/actions/deploy-macosx@actions + - uses: HGuillemet/javacpp-presets/.github/actions/deploy-macosx@apteryx_pytorch macosx-x86_64: runs-on: macos-12 # strategy: # matrix: # ext: ["", -gpu] steps: - - uses: HGuillemet/javacpp-presets/.github/actions/deploy-macosx@actions + - uses: HGuillemet/javacpp-presets/.github/actions/deploy-macosx@apteryx_pytorch windows-x86_64: runs-on: windows-2019 strategy: @@ -62,10 +62,10 @@ jobs: key: ${{ github.workflow }}-${{ github.job }}${{ matrix.ext }}@${{ github.run_id }}-${{ github.run_attempt }} restore-keys: ${{ github.workflow }}-${{ github.job }}${{ matrix.ext }}@ path: ~/ccache/? - - uses: HGuillemet/javacpp-presets/.github/actions/deploy-windows@actions + - uses: HGuillemet/javacpp-presets/.github/actions/deploy-windows@apteryx_pytorch timeout-minutes: 350 redeploy: needs: [linux-x86_64, macosx-arm64, macosx-x86_64, windows-x86_64] runs-on: ubuntu-20.04 steps: - - uses: HGuillemet/javacpp-presets/.github/actions/redeploy@actions + - uses: HGuillemet/javacpp-presets/.github/actions/redeploy@apteryx_pytorch