The standard and fuzz matrix jobs share the same github.job value (windows-native-dll), so both try to save the vcpkg tools cache with the same key.
Since the tools are identical across build types, let them share a single cache entry by restricting the save to the standard job only.