Skip to content

Commit

Permalink
disable appveyor/CI; it kept failing
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Feb 1, 2025
1 parent f47dd52 commit c1c2dcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def generate_linux_yaml():

def generate_windows_yaml(plat, output_path, is_act):
x86 = (plat == 'x86')
with open("./.appveyor.yml", "rt") as infh:
with open("./.disabled-appveyor.yml", "rt") as infh:
data = yaml.safe_load(infh)
with open("./black-hole-solitaire/CI-testing/gh-actions--" +
"windows-yml--from-p5-UV.yml", "rt") as infh:
Expand Down

0 comments on commit c1c2dcb

Please sign in to comment.