Merge pull request #71 from JPVenson/bugfix/FixWindowsPreviewBuilds
Add missing "python" command
This commit is contained in:
2
.github/workflows/preview-build.yaml
vendored
2
.github/workflows/preview-build.yaml
vendored
@@ -368,7 +368,7 @@ jobs:
|
||||
|
||||
- name: "Prepare repository"
|
||||
run: |-
|
||||
./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }}
|
||||
python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }}
|
||||
|
||||
- name: "Fetch artifacts from previous stage"
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
|
||||
Reference in New Issue
Block a user