Skip to content

Commit ebb0f9c

Browse files
Remove Ubuntu fix (#30)
1 parent ed425a0 commit ebb0f9c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)