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:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user