diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-10 18:00:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-10 18:00:19 +0300 |
commit | e4a7b268785c6825d98c64941a50ad31010f48cc (patch) | |
tree | 492640d0001f80160b18a2f178567a7689b2ea16 | |
parent | README: update (diff) | |
download | setup-cygwin-e4a7b268785c6825d98c64941a50ad31010f48cc.tar.gz setup-cygwin-e4a7b268785c6825d98c64941a50ad31010f48cc.zip |
README: update
-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 |