ci: gh-actions: mingw: attempt to fix path
authorMichael Wallner <mike@php.net>
Sun, 20 Dec 2020 15:57:32 +0000 (16:57 +0100)
committerMichael Wallner <mike@php.net>
Sun, 20 Dec 2020 15:57:52 +0000 (16:57 +0100)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml

index 657c8b0703509caf60acaaa95db57527633cd348..62523471d59ea8b708032925d2b37811ffee1d73 100755 (executable)
@@ -413,9 +413,9 @@ jobs:
             git
       - name: Prepare environment (for mingw on Windows)
         run: |
-          echo "\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
-          echo "\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
-  <?php steps(false);?>
+          echo "c:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+          echo "c:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+<?php steps(false);?>
 
   # linux release builds
   release:
index c3d78847c6e0df37b556673701d00ede72e89f42..70074fd68e751ee311919b9b5a87f88f304b319e 100644 (file)
@@ -635,9 +635,9 @@ jobs:
             git
       - name: Prepare environment (for mingw on Windows)
         run: |
-          echo "\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
-          echo "\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
-        - name: Install dependencies (Linux)
+          echo "c:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+          echo "c:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+      - name: Install dependencies (Linux)
         if: runner.os == 'Linux'
         run: |
           sudo apt-get install -my \