Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Apr 4, 2024
1 parent 0e9e5fb commit 000bc27
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 @@ -54,7 +54,7 @@ jobs:

- name: Download ffi
run: |
if [[ ${{ inputs.package_name }} = 'livekit.rtc' ]]; then
if [[ '${{ inputs.package_name }}' = 'livekit.rtc' ]]; then
pip install requests
python livekit-rtc/rust-sdks/download_ffi.py --output $(python -m site --user-site)/livekit/rtc/resources
fi
Expand Down

0 comments on commit 000bc27

Please sign in to comment.