Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cygwin/cygwin-install-action from 4 to 5 #11

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading