Skip to content
代码片段 群组 项目
未验证 提交 62484df2 编辑于 作者: Andrei Litvin's avatar Andrei Litvin 提交者: GitHub
浏览文件

Make the zap install path absolute for CI (#949)

上级 3ca4ddfc
No related branches found
No related tags found
无相关合并请求
......@@ -366,7 +366,7 @@ jobs:
- name: Generate all
run: |
cd chip_repo
ZAP_INSTALL_PATH=../zap-release scripts/run_in_build_env.sh scripts/tools/zap_regen_all.py
ZAP_INSTALL_PATH=$(pwd)/../zap-release scripts/run_in_build_env.sh scripts/tools/zap_regen_all.py
- name: Ensure git works in the chip repository checkout
run: git config --global --add safe.directory `pwd`/chip_repo
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册