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 8445177 commit 64fc103
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: 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
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-studio-29.1.3-macos-arm64/OBS.app /Applications && hdiutil unmount /Volumes/obs-studio-29.1.3-macos-arm64

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

0 comments on commit 64fc103

Please sign in to comment.