Skip to content

Commit

Permalink
Install msys2 to D:\
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Dec 17, 2021
1 parent 839b1d4 commit 5ccd3b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_native_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
msystem: mingw64
update: true
platform-check-severity: warn
location: D:\
install: >-
make
mingw-w64-x86_64-gcc
Expand Down Expand Up @@ -58,8 +59,8 @@ jobs:
uses: actions/cache@v2
if: startsWith(runner.os, 'Windows')
with:
path: $RUNNER_TEMP/msys64/home/runneradmin/icu-bin
key: ${{ runner.os }}-${{ runner.arch }}-icu-cache-v3-${{ hashFiles('nativeruntime/external/icu/**') }}
path: D:\msys64\home\runneradmin\icu-bin
key: ${{ runner.os }}-${{ runner.arch }}-icu-cache-v4-${{ hashFiles('nativeruntime/external/icu/**') }}

- name: Build ICU for MacOS
if: runner.os =='macOS' && steps.cache-icu.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 5ccd3b1

Please sign in to comment.