mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 02:39:41 +01:00
62449dfa9a
For some reason, this test takes a dozen seconds or more. Maybe because it needs to boot up powershell or something like that? No idea, but it's just sitting there. The cache action has a return value that indicates whether there was a cache hit, so there's no need to use Test-Path, saving CI time. EDIT: Maybe the SDL cache hasn't ever been working. It seems to cache 30 bytes (huh?) and the folder it caches is C:\SDL, not C:\SDL2-2.24.0 as the folder would look like. So it was probably downloading SDL every time anyway? Also, I upgraded the cache@v2 action to cache@v3. I added a cache@v3 myself and noticed this was still using cache@v2, so I figured, why not future-proof it? And that's when I notice this warning: "Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/cache@v2." So it's pretty good timing. |
||
---|---|---|
.. | ||
workflows | ||
pull_request_template.md |