浏览代码

Fix boost conda failure in nightly build. (#1762)

Jérémie Dumas 4 年之前
父节点
当前提交
36e8435a2f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/nightly.yml

+ 4 - 0
.github/workflows/nightly.yml

@@ -169,6 +169,10 @@ jobs:
           environment-file: cmake/libigl-cgal.yml
           auto-activate-base: false
 
+      - name: Set env
+        run: |
+          echo "${env:PATH}" >> ${env:GITHUB_PATH}
+
         # We run configure + build in the same step, since they both need to call VsDevCmd
         # Also, cmd uses ^ to break commands into multiple lines (in powershell this is `)
       - name: Configure and build