mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
build_pyodide - use ccache
This commit is contained in:
@@ -28,6 +28,11 @@ jobs:
|
|||||||
cd ifcopenshell_build
|
cd ifcopenshell_build
|
||||||
python ../IfcOpenShell/pyodide/cache_dependencies.py unpack
|
python ../IfcOpenShell/pyodide/cache_dependencies.py unpack
|
||||||
|
|
||||||
|
- name: ccache
|
||||||
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
|
with:
|
||||||
|
key: ubuntu-22.04-${{ runner.arch }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
./IfcOpenShell/pyodide/build_pyodide.sh
|
./IfcOpenShell/pyodide/build_pyodide.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user