build-all: build swig natively for pyodide

This commit is contained in:
Andrej730
2026-08-10 13:47:08 +05:00
parent 262117c4f8
commit 19a3707f72
2 changed files with 20 additions and 11 deletions
@@ -71,6 +71,7 @@ jobs:
tk-dev
- name: Build SWIG
# IfcOpenShell requires SWIG 4.1+, ubuntu-22.04 ships 4.0.2.
run: |
sudo apt-get remove --purge -y swig swig4.0
git clone https://github.com/swig/swig --branch v4.2.1 --depth 1