Skip to content

Commit

Permalink
Fixes path error
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Pixie committed Oct 14, 2024
1 parent e80b8f6 commit d391c5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
with:
nim-version: "2.0.6"

- name: Install libfswatch
- name: Install brew dependencies
run: |
brew update
brew install fswatch
brew bundle
- name: Install Nim dependencies
run: |
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
automatic_release_tag: "${{ steps.prepare_release.outputs.TAG_NAME }}"
title: "${{ steps.prepare_release.outputs.RELEASE_NAME }}"
files: |
./scr/acc
./src/acc
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Brewfile
brew "fswatch"

0 comments on commit d391c5a

Please sign in to comment.