Skip to content

Commit 86c31d8

Browse files
authored
fix ci/cd
1 parent 4f92af0 commit 86c31d8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/android-llvm-msvc-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020

2121
- name: Setup build deps
2222
run: |
23-
sudo wget -qO /usr/local/bin/ninja.gz https://github.com/ninja-build/ninja/releases/latest/download/ninja-linux.zip \
24-
&& sudo gunzip /usr/local/bin/ninja.gz \
25-
&& sudo chmod a+x /usr/local/bin/ninja \
2623
&& sudo apt-get install build-essential make cmake \
2724
&& sudo apt-get install p7zip-full p7zip-rar \
2825
&& sudo apt-get install gcc-10 g++-10 g++-10-aarch64-linux-gnu libstdc++-10-dev-arm64-cross

.github/workflows/android-wrapper-llvm-msvc-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020

2121
- name: Setup build deps
2222
run: |
23-
sudo wget -qO /usr/local/bin/ninja.gz https://github.com/ninja-build/ninja/releases/latest/download/ninja-linux.zip \
24-
&& sudo gunzip /usr/local/bin/ninja.gz \
25-
&& sudo chmod a+x /usr/local/bin/ninja \
2623
&& sudo apt-get install build-essential make cmake \
2724
&& sudo apt-get install p7zip-full p7zip-rar \
2825
&& sudo apt-get install gcc-10 g++-10 g++-10-aarch64-linux-gnu libstdc++-10-dev-arm64-cross

0 commit comments

Comments
 (0)