update build yaml

This commit is contained in:
Skyler Lehmkuhl 2026-02-24 12:15:45 -05:00
parent bc7f1170e1
commit 30eff3b6b6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
submodules: true
- name: Clone egui fork
run: git clone --depth 1 -b ibus-wayland-fix https://git.skyler.io/skyler/egui.git ../egui-fork
run: GIT_LFS_SKIP_SMUDGE=1 git clone --depth 1 -b ibus-wayland-fix https://git.skyler.io/skyler/egui.git ../egui-fork
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable