From b514934d18b0bd200231fd5cc5fe927b11eb8054 Mon Sep 17 00:00:00 2001 From: Benjamin O Date: Sun, 19 May 2024 13:20:56 -0700 Subject: [PATCH] Forgot action.yml workaround --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 40b633e8..5a154e2e 100644 --- a/action.yml +++ b/action.yml @@ -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 }} @@ -118,4 +118,4 @@ runs: examples: ${{ inputs.examples }} example-archives: ${{ inputs.example-archives }} example-modules: ${{ inputs.example-modules }} - extra: ${{ inputs.extra }} \ No newline at end of file + extra: ${{ inputs.extra }}