Skip to content

Commit

Permalink
Update desktop-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman authored Feb 13, 2024
1 parent e3bc1d0 commit 653f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: Homebrew/actions/setup-homebrew@master
- uses: actions/checkout@v3
- name: setup
- uses: Homebrew/actions/setup-homebrew@master
id: set-up-homebrew
- name: make
run: brew install pkg-config libffi; cd tulip/macos; ./build.sh

0 comments on commit 653f431

Please sign in to comment.