run on v7 need rustc < 1.78

This commit is contained in:
sijie.sun
2024-08-04 09:46:24 +08:00
committed by Sijie.Sun
parent 5e51784803
commit 2415cb211e
4 changed files with 5 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ jobs:
# All of these options are optional, so you can remove them if you are happy with the defaults
concurrent_skipping: 'never'
skip_after_successful_duplicate: 'true'
paths: '["Cargo.toml", "Cargo.lock", "easytier/**", "easytier-gui/**", ".github/workflows/gui.yml"]'
paths: '["Cargo.toml", "Cargo.lock", "easytier/**", "easytier-gui/**", ".github/workflows/gui.yml", ".github/workflows/install_rust.sh"]'
build-gui:
strategy:
fail-fast: false