diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ This is a GitHub action that sets up Cygwin in your workflow run. Use it in your workflow like this: - name: Set up Cygwin - uses: egor-tensin/setup-cygwin@v2 + uses: egor-tensin/setup-cygwin@v3 with: platform: x64 packages: cmake python3 |