From 340a5508ad7dfa2227cfb55e771b39280d0e0012 Mon Sep 17 00:00:00 2001 From: "J. B. Lopez" Date: Fri, 28 Apr 2023 21:29:35 -0700 Subject: [PATCH] Imma just put that back --- .github/actions/build-tensor/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-tensor/action.yml b/.github/actions/build-tensor/action.yml index 76860ca..9cd2f72 100644 --- a/.github/actions/build-tensor/action.yml +++ b/.github/actions/build-tensor/action.yml @@ -79,10 +79,9 @@ runs: toolset: ${{ steps.toolset.outputs.toolset }} - name: Get Extension Source - shell: bash + shell: pwsh run: | - git clone https://github.com/${{matrix.repo}} tensor - mv tensor/ext ext + git clone https://github.com/${{matrix.repo}} \projects\tensor - name: Cache OpenBLAS id: cache-openblas