Fix quoting for fedora build action

PiperOrigin-RevId: 582313110
Change-Id: I6f756a95d89efff95a71b3a57e33a6ae2caec829
pull/171/head
Wiktor Garbacz 2023-11-14 07:20:32 -08:00 committed by Copybara-Service
parent dc8bcc9d48
commit 9a171c7e5f
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
- name: Create Build Environment
run: |
$RUN_CMD pip3 install --progress-bar=off absl-py clang>=13,<14
$RUN_CMD pip3 install --progress-bar=off absl-py 'clang>=13,<14'
$RUN_CMD cmake -E make_directory $GITHUB_WORKSPACE/build
- name: Configure CMake

View File

@ -78,7 +78,7 @@ jobs:
- name: Create Build Environment
run: |
pip3 install absl-py clang>=14,<15
pip3 install absl-py 'clang>=14,<15'
cmake -E make_directory $GITHUB_WORKSPACE/build
- name: Configure CMake