From 8e7058625d454459c27cac0b6093f962f672b4b1 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 31 Mar 2024 10:19:43 -0400 Subject: [PATCH] update --- .gitea/workflows/linting.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/linting.yml b/.gitea/workflows/linting.yml index 5f69b1c..ff5d077 100644 --- a/.gitea/workflows/linting.yml +++ b/.gitea/workflows/linting.yml @@ -13,14 +13,6 @@ jobs: - name: Install Assimp Ubuntu run: | python3 --version - python --version - - - uses: actions/setup-python@v3 - with: - python-version: "3.10" - architecture: "x64" - env: - AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache - name: Install Assimp Ubuntu run: | @@ -28,7 +20,7 @@ jobs: apt install libassimp-dev -y - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: '6.5.0'