Skip to content

Commit bf484b0

Browse files
committed
Details
1 parent 2d39010 commit bf484b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/extension_builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
# This allows to make production builds that are compatible with older Linux distros.
8989
# See the kind of nasty things we try to avoid: https://github.com/Zylann/godot_voxel/issues/842
9090
# 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?
91+
# 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
9293
- name: Setup buildroot
9394
if: ${{ matrix.target.platform == 'linux' }}
9495
run: |

0 commit comments

Comments
 (0)