Skip to content

Commit

Permalink
Forgot action.yml workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed May 19, 2024
1 parent 6d100a7 commit b514934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:
python-version: '3.6.x - 3.11.x'

- name: Setup and run aqtinstall
uses: ./action
uses: jurplel/install-qt-action/action@v4
with:
dir: ${{ inputs.dir }}
version: ${{ inputs.version }}
Expand Down Expand Up @@ -118,4 +118,4 @@ runs:
examples: ${{ inputs.examples }}
example-archives: ${{ inputs.example-archives }}
example-modules: ${{ inputs.example-modules }}
extra: ${{ inputs.extra }}
extra: ${{ inputs.extra }}

0 comments on commit b514934

Please sign in to comment.