mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-06 06:44:20 +00:00
chore: remove macOS-specific installation of libssl and XCode switching
This commit is contained in:
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
@@ -39,11 +39,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
vs-version: '[17,18)'
|
vs-version: '[17,18)'
|
||||||
msbuild-architecture: x64
|
msbuild-architecture: x64
|
||||||
- name: Install libssl and switch to XCode 15.2 (Mac Only)
|
|
||||||
if: ${{ matrix.os == 'macos-15-intel' }}
|
|
||||||
run: |
|
|
||||||
brew install openssl@3
|
|
||||||
sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
|
|
||||||
- name: Get CMake 3.x
|
- name: Get CMake 3.x
|
||||||
uses: lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3
|
uses: lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user