Skip to content

Commit

Permalink
idem
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfougeron committed Jul 14, 2023
1 parent 5da2b6d commit 99fa01f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_all_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11.2
#
- name: Install python build dependencies
run: |
pip install --upgrade pip
pip install build
#
- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@v11
Expand Down

0 comments on commit 99fa01f

Please sign in to comment.