Browse Source

Fix bitrot on github action so main workflow works again

pull/1946/head
Mitch Capper 3 weeks ago
parent
commit
84714a6fda
  1. 4
      .github/workflows/main.yml

4
.github/workflows/main.yml

@ -37,7 +37,7 @@ jobs: @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v14
uses: pyodide/setup-emsdk@v15
with:
version: ${{ env.EMSCRIPTEN_VERSION }}
actions-cache-folder: emsdk-cache-${{ runner.os }}
@ -113,7 +113,7 @@ jobs: @@ -113,7 +113,7 @@ jobs:
include/**/*.h
create_package:
runs-on: windows-2019
runs-on: windows-2022
needs: build
if: |
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || contains(github.ref, 'nuget') || startsWith(github.ref, 'refs/tags/v'))) ||

Loading…
Cancel
Save