diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2aa19efd..27d679be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,7 +177,8 @@ jobs: - name: Build mimalloc (Windows) shell: msys2 {0} run: | - cd ${{github.workspace}}/third_party/mimalloc + cd $(echo "/${{github.workspace}}" | sed 's/\\/\//g' | sed 's/://') + cd third_party/mimalloc mkdir build && cd build cmake -G Ninja -DMI_SECURE=ON .. ninja |