Skip to content

Commit

Permalink
ci: uninstall azure-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 7, 2024
1 parent 2f5845a commit a27b957
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
cp -r src example/.fluentci
cp Cargo.toml example/.fluentci
cp Cargo.lock example/.fluentci
- name: Uninstall azure cli
if: matrix.os == 'macos-latest'
run: |
brew uninstall azure-cli
- name: Setup Fluent CI CLI
uses: fluentci-io/setup-fluentci@v5
with:
Expand Down

0 comments on commit a27b957

Please sign in to comment.