Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Switch to windows-2022 to improve decompression
  • Loading branch information
kylecarbs committed Feb 19, 2022
commit 328852a512a00e6b65a25f9f08f7c6169159a1bf
2 changes: 1 addition & 1 deletion .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
- windows-2022
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per our discussion in slack - we may want to consider bumping the cache in one of these ways:

  • Adding a -v0- parameter that we can bump to invalidate the cache
  • Using matrix.os instead of runner.os for the cache here - that will use windows-2022 instead of windows for the cache key

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh that's a great idea! Changing now.

steps:
- uses: actions/checkout@v2

Expand Down