Skip to content

Commit c2c642b

Browse files
authored
Merge pull request #10 from ArturoGuerra/update_workflow
Add patch 0007 to the build workflow
2 parents 418ce60 + 23e4343 commit c2c642b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
patch -p1 < ../0004-Drop-pygobject-dependency.patch
9393
patch -p1 < ../0005-Fix-Objects.py-for-Python-3.11-compatibility.patch
9494
patch -p1 < ../0006-Add-lookup-dicts-for-clusters-and-attributes.patch
95+
patch -p1 < ../0007-Fix-schema-not-found-error-on-vendor-specific-data.patch
9596
- name: Bootstrap
9697
run: scripts/build/gn_bootstrap.sh
9798
- name: Setup Build, Run Build and Run Tests

0 commit comments

Comments
 (0)