DerYeger / yarn-setup-action

GitHub Action for setting up a Yarn environment. Caches dependencies for reduced execution times.
MIT License
18 stars 3 forks source link

bug: Windows support #63

Open Droutin opened 2 weeks ago

Droutin commented 2 weeks ago

Affected Packages

Description

Cant use yarn action on windows machine

Reproduction

jobs: electron-build: runs-on: windows-latest steps:

Additional context

image

Preferences

Droutin commented 2 weeks ago

https://github.com/actions/checkout/issues/1388#issuecomment-2229260270 set-safe-directory: false should fix the problem