mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
Checkout master branch in CI
This commit is contained in:
parent
061e53d573
commit
237859b842
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -11,7 +11,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: git clone --recursive https://github.com/kotatogram/kotatogram-desktop.git tdesktop
|
run: |
|
||||||
|
git clone --recursive https://github.com/kotatogram/kotatogram-desktop.git tdesktop
|
||||||
|
cd tdesktop
|
||||||
|
git checkout master
|
||||||
- name: Set up environment variables
|
- name: Set up environment variables
|
||||||
run: |
|
run: |
|
||||||
echo ::set-env name=VS::call ^
|
echo ::set-env name=VS::call ^
|
||||||
@ -198,6 +201,9 @@ jobs:
|
|||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run : |
|
run : |
|
||||||
git clone --recursive https://github.com/kotatogram/kotatogram-desktop.git tdesktop
|
git clone --recursive https://github.com/kotatogram/kotatogram-desktop.git tdesktop
|
||||||
|
cd tdesktop
|
||||||
|
git checkout master
|
||||||
|
cd ..
|
||||||
mkdir Libraries
|
mkdir Libraries
|
||||||
- name: Range-v3
|
- name: Range-v3
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user