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 efa3972 commit 8445177
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: 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)
run: curl https://cdn-fastly.obsproject.com/downloads/obs-studio-29.1.3-macos-arm64.dmg -o obs.dmg && hdiutil attach obs.dmg && sudo cp -R /Volumes/OBS/OBS.app /Applications && hdiutil unmount /Volumes/OBS

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

0 comments on commit 8445177

Please sign in to comment.