Skip to content

Commit

Permalink
Imma just put that back
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-lopez committed Apr 29, 2023
1 parent 534670b commit 340a550
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/build-tensor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 340a550

Please sign in to comment.