Skip to content

Commit

Permalink
ci(actions): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Oct 14, 2023
1 parent f8fd5ac commit 662283d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
brew uninstall --ignore-dependencies $REMOVE_PACKAGES
fi
if test -n "$REMOVE_FILES"; then
rm -f $REMOVE_PACKAGES
rm -f $REMOVE_FILES
fi
- name: Installation Info
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
brew uninstall --ignore-dependencies $REMOVE_PACKAGES
fi
if test -n "$REMOVE_FILES"; then
rm -f $REMOVE_PACKAGES
rm -f $REMOVE_FILES
fi
- name: Installation Info
run: |
Expand Down

0 comments on commit 662283d

Please sign in to comment.