Skip to content

Commit

Permalink
Bump cygwin/cygwin-install-action from 4 to 5 (#11)
Browse files Browse the repository at this point in the history
* Bump cygwin/cygwin-install-action from 4 to 5

Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 4 to 5.
- [Release notes](https://github.com/cygwin/cygwin-install-action/releases)
- [Commits](cygwin/cygwin-install-action@v4...v5)

---
updated-dependencies:
- dependency-name: cygwin/cygwin-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update workflows

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiwoo Park <[email protected]>
  • Loading branch information
dependabot[bot] and jimmy-park authored Jan 7, 2025
1 parent 30dde9e commit c2b1204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ jobs:
config: [Debug, Release]
include:
- preset: freebsd
version: "14.0"
version: "14.2"
install: sudo pkg install -y cmake ninja
- preset: netbsd
version: "10.0"
install: sudo pkgin -y install cmake ninja-build gcc13
- preset: openbsd
version: "7.5"
version: "7.6"
install: sudo pkg_add cmake ninja
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
fail-fast: false
matrix:
preset: [UCRT64, CLANG64, CLANG32, MINGW64, MINGW32]
preset: [CLANG64, MINGW32, MINGW64, UCRT64]
config: [Debug, Release]
runs-on: windows-latest
defaults:
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
shell: C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'
steps:
- uses: actions/checkout@v4
- uses: cygwin/cygwin-install-action@v4
- uses: cygwin/cygwin-install-action@v5
with:
packages: cmake gcc-core ninja

Expand Down

0 comments on commit c2b1204

Please sign in to comment.