From 5cb0f16e20a16037762039ba033dde84e57a9f58 Mon Sep 17 00:00:00 2001 From: chyyran Date: Wed, 17 Jan 2024 20:29:15 -0500 Subject: [PATCH] build: don't specify python patch # Conflicts: # .idea/workspace.xml --- .github/workflows/build-linux-arm64.yml | 2 +- .github/workflows/build.yml | 2 +- .idea/workspace.xml | 59 ++--- Cargo.lock | 326 ++++++++++++------------ 4 files changed, 185 insertions(+), 204 deletions(-) diff --git a/.github/workflows/build-linux-arm64.yml b/.github/workflows/build-linux-arm64.yml index 9cfabeb7..1dc42c18 100644 --- a/.github/workflows/build-linux-arm64.yml +++ b/.github/workflows/build-linux-arm64.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-python@v1 name: Setup Python 3.11 with: - python-version: '3.11.6' + python-version: '3.11' - name: Install ARM64 cross-compilation dependencies continue-on-error: true run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 741c9e3c..77b8f0c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-python@v1 name: Setup Python 3.11 with: - python-version: '3.11.6' + python-version: '3.11' - name: Install Vulkan SDK uses: humbletim/install-vulkan-sdk@v1.1.1 with: diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 78bde672..9b88ff3f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -56,39 +56,34 @@