mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-22 02:07:24 +00:00
Compare commits
3 Commits
5cad9a8c44
...
273d5596d7
Author | SHA1 | Date | |
---|---|---|---|
|
273d5596d7 | ||
|
b423dab152 | ||
|
1b104bcf29 |
2
.github/workflows/snap.yml
vendored
2
.github/workflows/snap.yml
vendored
@ -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
|
||||
|
4
.github/workflows/win.yml
vendored
4
.github/workflows/win.yml
vendored
@ -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'
|
||||
|
@ -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**.
|
||||
|
||||
|
@ -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**.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user