diff options
| author | ruki <[email protected]> | 2019-06-11 23:11:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-11 13:08:21 +0800 |
| commit | 1a2c6dda0be99e448ec63966a4695b47679f3805 (patch) | |
| tree | 2e7261d98dbf544ab6cff3c5c828c4a15c34f801 | |
| parent | 62f4a6f00af4d3d2cc7b20e29ff931b1373e5570 (diff) | |
switch to get.ps1 master in ci
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 48a726de3..428d65ecb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,7 @@ platform: - Win64 install: - - ps: ./scripts/get.ps1 -branch $env:APPVEYOR_REPO_BRANCH + - ps: ./scripts/get.ps1 -branch master build_script: - ps: Get-Command xmake |
