Skip to content

Commit

Permalink
feat: add optional deletion prompts for associated files and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmosisi1 committed Oct 2, 2024
1 parent f6d0535 commit c602fcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
- name: Install dependencies
- name: Install dependencies (jq, newt, zsh)
run: |
brew install jq newt
brew install jq newt zsh
- name: Make script executable
run: chmod +x ./application_size_checker.sh

- name: Run script
- name: Run script using zsh
shell: bash
env:
PATH: /opt/homebrew/bin:$PATH
Expand Down

0 comments on commit c602fcd

Please sign in to comment.