2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-22 02:07:24 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
273d5596d7 Bump endersonmenezes/free-disk-space
Bumps [endersonmenezes/free-disk-space](https://github.com/endersonmenezes/free-disk-space) from 4cae28d0d8e716a770938d92630f23db5184f61f to dd13eb48e709830a7ec4e50692e841be6b400d90.
- [Release notes](https://github.com/endersonmenezes/free-disk-space/releases)
- [Commits](4cae28d0d8...dd13eb48e7)

---
updated-dependencies:
- dependency-name: endersonmenezes/free-disk-space
  dependency-version: dd13eb48e709830a7ec4e50692e841be6b400d90
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-15 17:21:13 +04:00
Ilya Fedin
b423dab152 Fix Windows action execution on SDK update 2025-08-15 17:20:47 +04:00
Ilya Fedin
1b104bcf29 Update Windows SDK version 2025-08-15 17:20:47 +04:00
4 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ jobs:
sudo lxd waitready
- name: Free up some disk space.
uses: endersonmenezes/free-disk-space@4cae28d0d8e716a770938d92630f23db5184f61f
uses: endersonmenezes/free-disk-space@dd13eb48e709830a7ec4e50692e841be6b400d90
with:
remove_android: true
remove_dotnet: true

View File

@ -4,8 +4,8 @@ on:
push:
paths-ignore:
- 'docs/**'
- '!docs/building-win*.md'
- '**.md'
- '!docs/building-win*.md'
- 'changelog.txt'
- 'LEGAL'
- 'LICENSE'
@ -23,8 +23,8 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- '!docs/building-win*.md'
- '**.md'
- '!docs/building-win*.md'
- 'changelog.txt'
- 'LEGAL'
- 'LICENSE'

View File

@ -8,7 +8,7 @@
## Prepare folder
The build is done in **Visual Studio 2022** with **10.0.22000.0** SDK version.
The build is done in **Visual Studio 2022** with **10.0.26100.0** SDK version.
Choose an empty folder for the future build, for example **D:\\TBuild**. It will be named ***BuildPath*** in the rest of this document. Create two folders there, ***BuildPath*\\ThirdParty** and ***BuildPath*\\Libraries**.

View File

@ -8,7 +8,7 @@
## Prepare folder
The build is done in **Visual Studio 2022** with **10.0.22000.0** SDK version.
The build is done in **Visual Studio 2022** with **10.0.26100.0** SDK version.
Choose an empty folder for the future build, for example **D:\\TBuild**. It will be named ***BuildPath*** in the rest of this document. Create two folders there, ***BuildPath*\\ThirdParty** and ***BuildPath*\\Libraries**.