We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a8ff4 commit 2c2050bCopy full SHA for 2c2050b
.github/workflows/vlckit-macos-x64.yml
@@ -18,9 +18,9 @@ jobs:
18
shell: bash
19
run: |
20
# Clone VLCKit repository
21
- git clone https://github.com/videolan/vlckit
+ git clone https://code.videolan.org/mfkl/VLCKit/
22
cd vlckit
23
- git checkout "tags/$VLCKIT_TAG"
+ git checkout x64-build-fix
24
25
# Build VLCKit for macOS x64
26
./buildMobileVLCKit.sh -x -a x86_64 -v
0 commit comments