2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Checkout master branch in CI

This commit is contained in:
RadRussianRus
2019-10-05 15:35:53 +03:00
parent 061e53d573
commit 237859b842

View File

@@ -11,7 +11,10 @@ jobs:
steps:
- 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
run: |
echo ::set-env name=VS::call ^
@@ -198,6 +201,9 @@ jobs:
- name: Clone repo
run : |
git clone --recursive https://github.com/kotatogram/kotatogram-desktop.git tdesktop
cd tdesktop
git checkout master
cd ..
mkdir Libraries
- name: Range-v3
run: |