diff options
| author | ruki <[email protected]> | 2021-05-12 22:01:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-05-12 22:01:57 +0800 |
| commit | 78778eb35d7b5d9c6fac432d4ed4a67dc4cbd5d3 (patch) | |
| tree | 4132c1cd2df51ec908a85e3bb9cf1d9204ac5918 | |
| parent | f930bdd0ad273d221bdf30079d8132e10deb6bf1 (diff) | |
fix ci
| -rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index ca36205c8..884c8c5f3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -75,7 +75,6 @@ after_build: - ps: Copy-Item .\core\build\xmake.exe .\xmake - ps: Copy-Item .\scripts\xrepo.bat .\xmake\xrepo.bat - ps: Copy-Item .\scripts\xrepo.ps1 .\xmake\xrepo.ps1 - - ps: Copy-Item .\scripts\xrepo-hook.psm1 .\xmake\scripts\xrepo-hook.psm1 - ps: |- Add-Type -AssemblyName System.Text.Encoding Add-Type -AssemblyName System.IO.Compression.FileSystem |
