We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9449a88 commit fc41cc4Copy full SHA for fc41cc4
.github/workflows/minimal-ci.yml
@@ -88,8 +88,10 @@ jobs:
88
rust-toolchain: stable-x86_64-pc-windows-msvc
89
godot-binary: godot.windows.editor.dev.x86_64.exe
90
91
+ # Don't use latest Ubuntu (22.04) as it breaks lots of ecosystem compatibility.
92
+ # If ever moving to ubuntu-latest, need to manually install libtinfo5 for LLVM.
93
- name: linux
- os: ubuntu-latest
94
+ os: ubuntu-20.04
95
rust-toolchain: stable
96
godot-binary: godot.linuxbsd.editor.dev.x86_64
97
0 commit comments