Skip to content

Commit b494632

Browse files
authored
Update Linux dependencies for arm64 architecture
1 parent 6a894c2 commit b494632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/webrtc-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if: ${{ matrix.target.name == 'linux' }}
123123
run: |
124124
sudo apt update -y
125-
sudo apt install -y libc6-dev libstdc++-15-dev libasound2-dev libpulse-dev libudev-dev libexpat1-dev libnss3-dev python-dev-is-python3 libgtk-3-dev
125+
sudo apt install -y libc6-dev:arm64 libstdc++-15-dev:arm64 libc6-dev libstdc++-15-dev libasound2-dev libpulse-dev libudev-dev libexpat1-dev libnss3-dev python-dev-is-python3 libgtk-3-dev
126126
127127
- name: Select Xcode 26.0
128128
if: ${{ matrix.target.os == 'macos-latest' }}

0 commit comments

Comments
 (0)