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 39eeda4 commit 4751edaCopy full SHA for 4751eda
.github/workflows/webrtc-builds.yml
@@ -119,8 +119,8 @@ jobs:
119
sudo apt install -y ninja-build pkg-config openjdk-11-jdk
120
121
- name: Disable __GLIBC_USE_ISOC2X macro
122
- if: ${{ matrix.target.os == 'ubuntu-latest' }} && ${{ matrix.target.arch == 'arm64' }}
123
- run: sudo sed -i 's/__GLIBC_USE_ISOC2X[[:space:]]*1/__GLIBC_USE_ISOC2X\t0/' /usr/aarch64-linux-gnu/include/features.h
+ if: ${{ matrix.target.os == 'ubuntu-latest' && matrix.target.arch == 'arm64' }}
+ run: find /usr -name features.h; sudo sed -i 's/__GLIBC_USE_ISOC2X[[:space:]]*1/__GLIBC_USE_ISOC2X\t0/' /usr/aarch64-linux-gnu/include/features.h
124
125
- name: Install macos dependencies
126
if: ${{ matrix.target.os == 'macos-latest' }}
0 commit comments