Skip to content

Commit

Permalink
Fix issue with installing cloudsmith cli
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Mar 30, 2024
1 parent 272b058 commit be1000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
path: build/libs
key: libs-arm64-macos-14-${{ hashFiles('Makefile', 'CMakeLists.txt', 'libs/CMakeLists.txt') }}
- name: Install Cloudsmith
run: pip3 install --upgrade cloudsmith-cli
run: pip3 install --upgrade --break-system-packages cloudsmith-cli
- name: Nightly
run: bash .ci-scripts/arm64-nightly.bash
env:
Expand Down

0 comments on commit be1000c

Please sign in to comment.