Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
y9c committed Mar 16, 2020
1 parent c8661b0 commit 4c8e43d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

- name: Install macOS dependencies
if: matrix.os == 'macOS-latest'
run: brew p7zip
- name: Install macOS dependencies
if: matrix.os == 'macOS-latest'
run: brew install p7zip

- name: Prepare dart env
uses: DanTup/gh-actions/setup-dart@master
Expand Down

0 comments on commit 4c8e43d

Please sign in to comment.