Matthew Fox

Results 4 comments of Matthew Fox

Same issue here too. Here's my command prompt log. ``` G:\cast>audio-cast.exe G:\cast> "G:\cast\resources\bin\driver\win32\RegSvrEx.exe" /c "G:\cast\resources\bin\driver\win32\audio_sniffer.dll" G:\cast\resources\bin\ffmpeg\win32\ffmpeg G:\cast Example app listening at http://192.168.1.7:53249 Selected Audio Device: 192.168.1.6 KD-55X8509C Spawned Ffmpeg with...

@chriskrycho `actions/setup-node` will only handle the node version, while `volta-cli/action` also handles the package manager, so would not be a direct replacement in some cases.

I've had the same issue for a while now. Some of the comments on [this issue](https://github.com/volta-cli/volta/issues/1252) and [this issue ](https://github.com/volta-cli/action/issues/77#issuecomment-1481045178) seem to refer to a similar problem. It seems the...

Since I still wanted to use Volta locally, and have CI pull through the yarn version set in `package.json` I went with this: ```yml name: "Prepare" description: "Install node and...