diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 22:16:03 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 22:16:03 +0100 |
commit | f397c7eb608c62b19b49d7bdd8e01a0b0a39f2b2 (patch) | |
tree | ccf56a8d7c1ad53898d399c11366a88ad476ee0a | |
parent | x86 is no longer supported (diff) | |
download | setup-cygwin-f397c7eb608c62b19b49d7bdd8e01a0b0a39f2b2.tar.gz setup-cygwin-f397c7eb608c62b19b49d7bdd8e01a0b0a39f2b2.zip |
v4v4.0.0
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ This GitHub action sets up Cygwin in your workflow run. Use it in your workflow like this: - name: Set up Cygwin - uses: egor-tensin/setup-cygwin@v3 + uses: egor-tensin/setup-cygwin@v4 with: packages: cmake gcc-g++ |