Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Jan 12, 2024
1 parent 1b17281 commit 6371f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: ls venv/lib/python3.10/site-packages

- name: Download ffi
run: source venv/bin/activate && python livekit-rtc/rust-sdks/download-ffi.sh --output venv/lib/python3.10/site-packages/livekit/rtc/resources
run: source venv/bin/activate && python livekit-rtc/rust-sdks/download-ffi.py --output venv/lib/python3.10/site-packages/livekit/rtc/resources

- name: Install pdoc
run: source venv/bin/activate && pip install --upgrade pdoc
Expand Down

0 comments on commit 6371f36

Please sign in to comment.