Skip to content

Commit

Permalink
replaced git url to ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-kd committed Aug 6, 2023
1 parent 4b6dada commit 8e17a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN ./emsdk activate latest-fastcomp
WORKDIR ../..

# Build moonlight
RUN git clone --recurse-submodules --depth 1 https://github.com/Kuldeep-kd/moonlight-tizen.git#${PR_COMMIT_SHA}
RUN git clone --recurse-submodules --depth 1 git@github.com:Kuldeep-kd/moonlight-tizen.git#${PR_COMMIT_SHA}
# RUN git clone https://github.com/KyroFrCode/moonlight-chrome-tizen

RUN cmake \
Expand Down

0 comments on commit 8e17a4b

Please sign in to comment.