Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed May 27, 2024
1 parent d9cc1da commit 74d3a95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-universal-neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ jobs:
# Must perform checkout first, since it deletes the target directory
# before running, and would therefore delete the downloaded artifacts
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/download-artifact@v4

- name: Install dependencies
run: brew-bundle
run: brew bundle

- name: Set tag name env
run: |
Expand Down

0 comments on commit 74d3a95

Please sign in to comment.