File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 87
87
- uses : actions/checkout@v2
88
88
with :
89
89
submodules : " recursive"
90
- - run : python3 ./gir/ generator.py --yes . ./
90
+ - run : python3 ./generator.py --yes ./
91
91
- run : git diff -R --exit-code
92
92
93
93
checker :
Original file line number Diff line number Diff line change 25
25
- working-directory : gir
26
26
run : cargo build --release
27
27
- run : cargo install rustdoc-stripper
28
- - run : python3 ./gir/ generator.py --embed-docs --no-fmt --yes . ./
28
+ - run : python3 ./generator.py --embed-docs --no-fmt --yes ./
29
29
- run : echo "DEST=$(if [ "$GITHUB_EVENT_NAME" == "release" ]; then echo 'stable'; else echo 'git'; fi)" >> ${GITHUB_ENV}
30
30
- uses : actions-rs/cargo@v1
31
31
env :
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The bindings are composed of two parts:
58
58
The automatic ones can be generated using the [ ` generator.py ` ] ( https://github.com/gtk-rs/gir/blob/master/generator.py ) script
59
59
60
60
``` bash
61
- python3 ./gir/ generator.py
61
+ python3 ./generator.py
62
62
```
63
63
64
64
All the crates except ` gtk4-macros ` follow this structure
Original file line number Diff line number Diff line change
1
+ ./ gir / generator .py
You can’t perform that action at this time.
0 commit comments