Skip to content

Commit c3800e0

Browse files
committed
Release preparation.
1 parent 668978f commit c3800e0

File tree

4 files changed

+5
-41
lines changed

4 files changed

+5
-41
lines changed

.github/workflows/experiment.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/tested-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Setup prerequisites
2323
uses: ./.github/actions/setup-prerequisites
2424

25-
- name: Setup MSYS2
26-
if: runner.os == 'Windows'
27-
uses: msys2/setup-msys2@v2
25+
# - name: Setup MSYS2
26+
# if: runner.os == 'Windows'
27+
# uses: msys2/setup-msys2@v2
2828

2929
- name: Setup Cygwin
3030
if: runner.os == 'Windows'

Documentation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### GNU-TK 2025.6
66

7-
Release date: not released yet
7+
Release date: July 31, 2025
88

99
- Discover MSYS2 setup instances deployed by or for `GHCup` utility
1010
- Fixed translation of file path arguments for `-f` (`--file`) option

Source/Mastering/.NET/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- Version Information -->
44
<PropertyGroup>
5-
<Version>2025.6.1</Version>
5+
<Version>2025.6.2</Version>
66
</PropertyGroup>
77

88
</Project>

0 commit comments

Comments
 (0)