Skip to content

Commit

Permalink
fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Refragg committed Sep 9, 2023
1 parent abc917a commit efa3972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Install arm64 OBS
if: matrix.os == 'macOS-latest' && matrix.arm == 'yes'
run: mkdir -p /Users/runner/Library/Caches/Homebrew/downloads/ && curl https://cdn-fastly.obsproject.com/downloads/obs-studio-29.1.3-macos-arm64.dmg -o 66aa4aa5a5180b4398c83887d5b9bd416941eff672106cb9168b13ccda26d365--obs-studio-29.1.3-macos-x86_64.dmg && brew fetch --force --bottle-tag=arm64_ventura obs && brew install $(brew --cache --bottle-tag=arm64_ventura obs)
run: brew fetch --force --bottle-tag=arm64_ventura obs && curl https://cdn-fastly.obsproject.com/downloads/obs-studio-29.1.3-macos-arm64.dmg -o 66aa4aa5a5180b4398c83887d5b9bd416941eff672106cb9168b13ccda26d365--obs-studio-29.1.3-macos-x86_64.dmg && brew fetch --force --bottle-tag=arm64_ventura obs && brew install $(brew --cache --bottle-tag=arm64_ventura obs)

- name: Install x64 OBS
if: matrix.os == 'macOS-latest' && matrix.arm == 'no'
Expand Down

0 comments on commit efa3972

Please sign in to comment.