mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
IDK
This commit is contained in:
parent
fc6472862d
commit
1048b015b3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cura-installer.yml
vendored
4
.github/workflows/cura-installer.yml
vendored
|
@ -82,7 +82,9 @@ jobs:
|
|||
|
||||
- name: blerk
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: echo "${{ github.event.inputs.msi_installer }}"
|
||||
run: |
|
||||
echo "${{ inputs.msi_installer }}"
|
||||
echo "${{ inputs.installer }}"
|
||||
|
||||
- name: Setup Python and pip
|
||||
uses: actions/setup-python@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue