Skip to content

Commit

Permalink
fix: update install command on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 4, 2025
1 parent f785b20 commit c8ee8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install gnuplot
run: homebrew install gnuplot
run: brew install gnuplot

- name: Generate GitStats Report
run: |
Expand Down

0 comments on commit c8ee8b3

Please sign in to comment.