Skip to content

Commit 60f75bf

Browse files
bors[bot]Bromeon
andauthored
Merge #273
273: Revert CI to use again latest nightly r=Bromeon a=Bromeon Moves CI to use latest nightly Godot binaries again, after #271 froze them. Closes #270. bors r+ Co-authored-by: Jan Haller <[email protected]>
2 parents ee28af3 + d5355e6 commit 60f75bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/composite/godot-install/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ runs:
3838

3939
- name: "Download Godot artifact"
4040
# if: steps.cache-godot.outputs.cache-hit != 'true'
41-
# FIXME(#270): Use again latest workflow, instead of last-known good one 4921814392
41+
# If a specific Godot revision should be used, rather than latest, use this:
42+
# curl https://nightly.link/Bromeon/godot4-nightly/actions/runs/4910907653/${{ inputs.artifact-name }}.zip \
4243
run: |
43-
#curl https://nightly.link/Bromeon/godot4-nightly/workflows/compile-godot/master/${{ inputs.artifact-name }}.zip \
44-
curl https://nightly.link/Bromeon/godot4-nightly/actions/runs/4910907653/${{ inputs.artifact-name }}.zip \
44+
curl https://nightly.link/Bromeon/godot4-nightly/workflows/compile-godot/master/${{ inputs.artifact-name }}.zip \
4545
-Lo artifact.zip \
4646
--retry 3
4747
unzip artifact.zip -d $RUNNER_DIR/godot_bin

0 commit comments

Comments
 (0)