AtomLinter / linter-glsl

Atom package that lints GLSL shaders on the fly.
https://atom.io/packages/linter-glsl
MIT License
15 stars 6 forks source link

Fix AppVeyor caching #56

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

Only attempt to create the folder if it doesn't already exist, apparently mkdir in a command prompt is rather... simplistic.

Best part of this PR? Since it changes appveyor.yml it invalidates the cache, thus making it impossible to test the entire reason for the PR.