diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-23 23:00:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-23 23:00:37 +0300 |
commit | d7ee8ddd9bce46ad0cee4c721e31efbe4acee47e (patch) | |
tree | ea4d8d52e72951b26ce8bc1ee8f22c713cf58f73 | |
parent | workflows/test.yml: clearer job names (diff) | |
download | setup-cygwin-d7ee8ddd9bce46ad0cee4c721e31efbe4acee47e.tar.gz setup-cygwin-d7ee8ddd9bce46ad0cee4c721e31efbe4acee47e.zip |
README: updatev2
-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@v1 + uses: egor-tensin/setup-cygwin@v2 with: platform: x64 packages: cmake python3 |