File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -153,14 +153,14 @@ runs:
153153 7z x ninja.zip -o"$GITHUB_WORKSPACE/ninja"
154154 echo "$GITHUB_WORKSPACE/ninja" >> $GITHUB_PATH
155155
156- - name : Fix Ubuntu weirdness
157- shell : bash
158- run : |
159- sudo apt install ninja-build &&
160- sudo add-apt-repository ppa:ubuntu-toolchain-r/test &&
161- sudo apt-get update &&
162- sudo apt-get install --only-upgrade libstdc++6
163- if : steps.platform.outputs.id == 'linux' && (steps.platform.outputs.target_id == 'android32' || steps.platform.outputs.target_id == 'android64')
156+ # - name: Fix Ubuntu weirdness
157+ # shell: bash
158+ # run: |
159+ # sudo apt install ninja-build &&
160+ # sudo add-apt-repository ppa:ubuntu-toolchain-r/test &&
161+ # sudo apt-get update &&
162+ # sudo apt-get install --only-upgrade libstdc++6
163+ # if: steps.platform.outputs.id == 'linux' && (steps.platform.outputs.target_id == 'android32' || steps.platform.outputs.target_id == 'android64')
164164
165165 # - name: Update LLVM (Windows)
166166 # if: steps.platform.outputs.id == 'win'
You can’t perform that action at this time.
0 commit comments