commit | 15e0e80d6dee9e8e513caa720c9fc2db0e935f44 | [log] [tgz] |
---|---|---|
author | Tina Müller <cpan2@tinita.de> | Tue Dec 03 00:11:10 2019 +0100 |
committer | Tina Müller (tinita) <cpan2@tinita.de> | Tue Dec 03 23:36:50 2019 +0100 |
tree | 997ace2e2dbd931f8f6cdcebd4672babdf4cd6f8 | |
parent | a5c2a043a26a6bf2787870eec9006b96ba6bca91 [diff] |
Fix appveyor.yml to use libyaml tag not branch
diff --git a/.appveyor.yml b/.appveyor.yml index a24842e..1ca6e2c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml
@@ -10,7 +10,7 @@ environment: libyaml_repo_url: https://github.com/yaml/libyaml.git - libyaml_refspec: release/0.2.2 + libyaml_refspec: 0.2.2 # matrix: # - PYTHON_VER: Python27 # - PYTHON_VER: Python27-x64