Skip to content

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Sep 24, 2024
1 parent 2c37453 commit c432de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helper/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_cache_restore_key(openwrt: OpenWrt, cfg: dict) -> str:
def prepare(cfg: dict) -> None:
context = Context()
logger.debug("job: %s", context.job)
setup_env(context.job in ("build-packages", "build-ImageBuilder"), context.job in ("build-packages", "build-ImageBuilder"))
setup_env(context.job in ("build-packages", "build-ImageBuilder", "build-images-releases"), context.job in ("build-packages", "build-ImageBuilder", "build-images-releases"))

tmpdir = paths.get_tmpdir()

Expand Down

0 comments on commit c432de1

Please sign in to comment.