Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle authored Jan 31, 2024
1 parent 0265995 commit 62b82c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# MacOS specific
- name: Cache Homebrew Bundler
if: matrix.platform == 'macos-13'
if: matrix.platform == 'macos-14'
id: cache
uses: actions/cache@v3
with:
Expand All @@ -40,13 +40,13 @@ jobs:
restore-keys: ${{ runner.os }}-vibe-

- name: Install homebrew dependencies
if: matrix.platform == 'macos-13'
if: matrix.platform == 'macos-14'
run: |
brew install openblas git lz4 libxml2 zlib bzip2 wget
# SKIP_CLEANUP=1 SKIP_BUILD=1 python3 ./desktop/src-tauri/build.py
- name: Get FFMPEG for mac
if: matrix.platform == 'macos-13'
if: matrix.platform == 'macos-14'
run: |
./desktop/src-tauri/setup.mac.sh
Expand Down

0 comments on commit 62b82c9

Please sign in to comment.