Skip to content

Commit f0b5198

Browse files
committed
Merge branch 'QPR-13336' into 'master'
QPR-13336: remove sudo Closes QPR-13336 See merge request qs/oreplus!2744
1 parent 4679176 commit f0b5198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos_ARM64_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo ./b2 architecture=arm address-model=64 -s NO_LZMA=1 -s NO_ZSTD=1 abi=aapcs install
2727
- name: Install Swig
2828
run: |
29-
sudo brew install swig
29+
brew install swig
3030
- name: cmake configure and build
3131
run: |
3232
mkdir build

0 commit comments

Comments
 (0)