Skip to content

Commit

Permalink
disable universal
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Jul 28, 2023
1 parent 3dd691f commit ddf400a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
brew install qt6 openssl\@3
brew link qt6 --force
echo "$(brew --prefix qt6)/bin" >> $GITHUB_PATH
echo "MMAPPER_CMAKE_EXTRA=-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@3 -DCMAKE_OSX_ARCHITECTURES=\"x86_64;arm64\" -DTARGET_ARCHITECTURE=Universal" >> $GITHUB_ENV
echo "MMAPPER_CMAKE_EXTRA=-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@3" >> $GITHUB_ENV
#
Expand Down

0 comments on commit ddf400a

Please sign in to comment.