Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Oct 21, 2023
1 parent 7de0c4a commit 13058df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
import sys
import urllib.request
from datetime import datetime

appcast_ver = os.environ.get('APPVEYOR_BUILD_VERSION')
Expand Down Expand Up @@ -38,6 +37,7 @@ def write_appcast(appcast_os, appcast_rid, appcast_file):

os.system("del *.xml 2>&1")

import urllib.request
urllib.request.urlretrieve("https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.12.0", "Microsoft.AI.DirectML.nupkg")
os.system("mkdir Microsoft.AI.DirectML")
os.system("tar -xf Microsoft.AI.DirectML.nupkg -C Microsoft.AI.DirectML")
Expand Down

0 comments on commit 13058df

Please sign in to comment.