Skip to content

Commit 2c2050b

Browse files
committed
try build custom branch
1 parent c4a8ff4 commit 2c2050b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vlckit-macos-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
shell: bash
1919
run: |
2020
# Clone VLCKit repository
21-
git clone https://github.com/videolan/vlckit
21+
git clone https://code.videolan.org/mfkl/VLCKit/
2222
cd vlckit
23-
git checkout "tags/$VLCKIT_TAG"
23+
git checkout x64-build-fix
2424
2525
# Build VLCKit for macOS x64
2626
./buildMobileVLCKit.sh -x -a x86_64 -v

0 commit comments

Comments
 (0)