summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
AgeCommit message (Expand)Author
4 daysBump actions/checkout from 4.1.3 to 4.1.4dependabot[bot]
5 daysBump ruby/setup-ruby from 1.174.0 to 1.175.0dependabot[bot]
7 daysBump actions/checkout from 4.1.2 to 4.1.3dependabot[bot]
12 daysBump ruby/setup-ruby from 1.173.0 to 1.174.0dependabot[bot]
2024-04-08Skip even "Document" onlyNobuyoshi Nakada
2024-03-21Bump actions/cache from 4.0.1 to 4.0.2dependabot[bot]
2024-03-19Bump ruby/setup-ruby from 1.172.0 to 1.173.0dependabot[bot]
2024-03-19Bump actions/checkout from 4.1.1 to 4.1.2dependabot[bot]
2024-03-11Skip documentation changesNobuyoshi Nakada
2024-02-29Bump actions/cache from 4.0.0 to 4.0.1dependabot[bot]
2024-02-21Bump ruby/setup-ruby from 1.171.0 to 1.172.0dependabot[bot]
2024-02-15Bump the required BASERUBY version to 3.0 (#9976)Takashi Kokubun
2024-02-13extract-gems before nmake in Visual Studio workflowBenoit Daloze
2024-02-13Revert "Try `nmake install` before `nmake test-spec`"Benoit Daloze
2024-02-12Try `nmake install` before `nmake test-spec`Benoit Daloze
2024-02-09Remove unavailable filters for merge_group eventKazuhiro NISHIYAMA
2024-01-31Bump ruby/setup-ruby from 1.170.0 to 1.171.0dependabot[bot]
2024-01-31Bump ruby/setup-ruby from 1.169.0 to 1.170.0dependabot[bot]
2024-01-22Set a cached Ruby path using setup-ruby (#9645)Takashi Kokubun
2024-01-17Bump actions/cache from 3.3.3 to 4.0.0dependabot[bot]
2024-01-16Bump the required BASERUBY version to 2.7 (#9566)Takashi Kokubun
2024-01-11Bump actions/cache from 3.3.2 to 3.3.3dependabot[bot]
2024-01-09Add Visual Studio 2015 job on GitHub Actions (#9452)Takashi Kokubun
2023-12-25Skip AppVeyor and GitHub if only other CI files are changedNobuyoshi Nakada
2023-10-17Bump actions/checkout from 4.1.0 to 4.1.1dependabot[bot]
2023-10-16Give needed tools via the environment variable [ci skip]Nobuyoshi Nakada
2023-10-16Check if any tools needed [ci skip]Nobuyoshi Nakada
2023-10-14The needs != '' check is brokenTakashi Kokubun
2023-10-15Fix typo in steps references [ci skip]Nobuyoshi Nakada
2023-09-25Bump actions/checkout from 4.0.0 to 4.1.0dependabot[bot]
2023-09-21Slack notification cannot send from other than ruby/* [ci skip]Nobuyoshi Nakada
2023-09-15Bump actions/checkout from 3.6.0 to 4.0.0dependabot[bot]
2023-09-14Skip renaming OpenSSL DLLsTakashi Kokubun
2023-09-08Bump actions/cache from 3.3.1 to 3.3.2dependabot[bot]
2023-08-25Skip push by dependabot [ci skip]Nobuyoshi Nakada
2023-08-25Bump actions/checkout from 3.5.3 to 3.6.0dependabot[bot]
2023-08-12Make test-spec on Windows silent a littleNobuyoshi Nakada
2023-08-02Find paths of tools [ci skip]Nobuyoshi Nakada
2023-07-13Let `[DOC]` in PR title skip CIsNobuyoshi Nakada
2023-07-04fix substitution errors卜部昌平
2023-07-04chore: add blank lines [ci skip]卜部昌平
2023-07-04chore: just add spaces [ci skip]卜部昌平
2023-07-04refactor extract mkdir卜部昌平
2023-06-29proper path卜部昌平
2023-06-29refactor extract ${{ ghithub }} expressions卜部昌平
2023-06-20CI: work around vcpkg openssl issue with OpenSSL providersKazuki Yamaguchi
2023-06-12Bump actions/checkout from 3.5.2 to 3.5.3dependabot[bot]
2023-05-24Add support for pread/pwrite on windows. (#7827)Samuel Williams
2023-05-12Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1Yuichiro Kaneko
2023-05-12Revert "Don't call action-slack if SLACK_WEBHOOK_URL is not set"NARUSE, Yui