Browse Source

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

Jérémie Dumas 4 years ago
parent
commit
36e8435a2f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/nightly.yml

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

@@ -169,6 +169,10 @@ jobs:
           environment-file: cmake/libigl-cgal.yml
           environment-file: cmake/libigl-cgal.yml
           auto-activate-base: false
           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
         # 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 `)
         # Also, cmd uses ^ to break commands into multiple lines (in powershell this is `)
       - name: Configure and build
       - name: Configure and build