diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2025-01-06 11:09:58 +0000 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-07 20:47:11 +0200 |
| commit | 836bfb93c4fca7132885b727849315ec19cedfc8 (patch) | |
| tree | e404f96236eab3196fc38997b297035966247fae /.github/workflows | |
| parent | b7260e803151654d0ca83f033defeaa20e07bb68 (diff) | |
| download | meson-836bfb93c4fca7132885b727849315ec19cedfc8.tar.gz | |
CI: Use a tagged version of cygwin-install-action
Use a tagged version of cygwin-install-action, rather than whatever
happens to be master at the moment.
This should help isolate meson CI from random breakage there.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cygwin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index d819f802f..441637c15 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v4 - - uses: cygwin/cygwin-install-action@master + - uses: cygwin/cygwin-install-action@v5 with: platform: ${{ matrix.ARCH }} packages: | |
