Skip to content

Commit 5f5595d

Browse files
committed
build 3.6.1b1
1 parent 3d4e6d1 commit 5f5595d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
- name: LibVLC iOS build
1515
shell: bash
1616
run: |
17+
TAG="3.6.1b1"
1718
git clone https://github.com/videolan/vlckit
18-
cd vlckit && git checkout 3.0
19+
cd vlckit
20+
git checkout "tags/$TAG"
1921
./buildMobileVLCKit.sh -f
2022
2123
patchBinary () {

0 commit comments

Comments
 (0)