Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
TzuHuanTai committed Jan 27, 2025
1 parent 2468fa8 commit 38d86a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Build inside Docker
run: |
docker run --rm rpi-docker-image ls /bin
docker run --rm -v ${{ github.workspace }}:/app rpi-docker-image /usr/bin/bash -c "
apt update --fix-missing &&
apt install -y \
Expand All @@ -48,7 +47,7 @@ jobs:
libcamera-dev \
libmosquitto-dev &&
cd /app &&
wget https://github.com/TzuHuanTai/Native-WebRTC-Build/releases/download/5790/libwebrtc-arm64.tar.gz &&
wget -q https://github.com/TzuHuanTai/Native-WebRTC-Build/releases/download/5790/libwebrtc-arm64.tar.gz &&
tar -xzf libwebrtc-arm64.tar.gz &&
mkdir -p /usr/local/include/webrtc &&
cp -r include/* /usr/local/include/webrtc &&
Expand Down

0 comments on commit 38d86a4

Please sign in to comment.