We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d39010 commit bf484b0Copy full SHA for bf484b0
.github/workflows/extension_builds.yml
@@ -88,7 +88,8 @@ jobs:
88
# This allows to make production builds that are compatible with older Linux distros.
89
# See the kind of nasty things we try to avoid: https://github.com/Zylann/godot_voxel/issues/842
90
# This step is after checkout because the checkout step changes the working directory for all following steps.
91
- # TODO Enhancement: cache buildroot so future runs can use it?
+ # Also adds system directory in a way that persists between steps.
92
+ # TODO Enhancement: cache buildroot so future runs can use it? Would save 15s
93
- name: Setup buildroot
94
if: ${{ matrix.target.platform == 'linux' }}
95
run: |
0 commit comments