Skip to content

Commit

Permalink
fix: try to get python
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktay Alizada authored Feb 13, 2024
1 parent d9bfdf3 commit a28e680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
goos: windows
goarch: amd64
release_name: "${{ steps.release.outputs.tag_name }}"
pre_command: "wget https://aka.ms/downloadazcopy-v10-windows -O azcopy.zip && wget https://aka.ms/installazurecliwindowsx64 -O azcli.msi && python -m zipfile -e azcopy.zip target-dir/ && ls -la"
pre_command: "which python && wget https://aka.ms/downloadazcopy-v10-windows -O azcopy.zip && wget https://aka.ms/installazurecliwindowsx64 -O azcli.msi && python -m zipfile -e azcopy.zip target-dir/ && ls -la"
extra_files: azcli.msi

0 comments on commit a28e680

Please sign in to comment.