Skip to content

Commit

Permalink
[BUILD] update for windows
Browse files Browse the repository at this point in the history
 * use bash shell to fix error
  • Loading branch information
wkpark committed Oct 17, 2024
1 parent 0e55688 commit c1719cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ jobs:

- name: Upload LLVM Artifacts to Azure
if: ${{ (github.repository == 'triton-lang/triton') }}
shell: bash -el {0}
run: |
az storage blob upload --account-name oaitriton --auth-mode login --container-name public --file "${{ env.llvm_install_dir }}.tar.gz" --name "llvm-builds/${{ env.llvm_install_dir }}.tar.gz" --overwrite
Expand Down

0 comments on commit c1719cf

Please sign in to comment.