From 59624709e6a07f1b5679ab6e08be09818f86c862 Mon Sep 17 00:00:00 2001 From: James O'Neill Date: Tue, 17 Dec 2024 22:27:52 +0900 Subject: [PATCH] Do not install Python --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42dfe2795..fe832978d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,9 +59,9 @@ jobs: # make `git describe` show the correct commit hash fetch-depth: '0' - - uses: actions/setup-python@v5 - with: - python-version: '3.10' + # - uses: actions/setup-python@v5 + # with: + # python-version: '3.10' - name: Install emsdk uses: actions/checkout@v4.1.1