From: James O'Neill Date: Tue, 4 Feb 2025 21:26:33 +0000 (+0900) Subject: Remove Python installation from wasm-release job (#230) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b438a86f748e0153196c97d618a819cdf95f7196;p=xonotic%2Fdarkplaces.git Remove Python installation from wasm-release job (#230) Remove the Python installation step from the wasm-release pipeline job so that it can actually get to the engine compilation. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43d4c5a9..c53eafae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,10 +58,6 @@ jobs: # make `git describe` show the correct commit hash fetch-depth: '0' - - uses: actions/setup-python@v5 - with: - python-version: '3' - - name: Install emsdk uses: actions/checkout@v4.1.1 with: