mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +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:
|
||||
- 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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user