]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Remove Python installation from wasm-release job (#230) master
authorJames O'Neill <hemebond@gmail.com>
Tue, 4 Feb 2025 21:26:33 +0000 (06:26 +0900)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2025 21:26:33 +0000 (13:26 -0800)
Remove the Python installation step from the wasm-release pipeline job
so that it can actually get to the engine compilation.

.github/workflows/build.yml

index 43d4c5a9ca5aeaa97144efb37932cbaadaa70681..c53eafae91dcc8a288bd29369035cc4213da0cf3 100644 (file)
@@ -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: