Skip to content

Commit 4751eda

Browse files
committed
GH Actions test
1 parent 39eeda4 commit 4751eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webrtc-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
sudo apt install -y ninja-build pkg-config openjdk-11-jdk
120120
121121
- 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
122+
if: ${{ matrix.target.os == 'ubuntu-latest' && matrix.target.arch == 'arm64' }}
123+
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
124124

125125
- name: Install macos dependencies
126126
if: ${{ matrix.target.os == 'macos-latest' }}

0 commit comments

Comments
 (0)