|
@@ -293,12 +293,8 @@ jobs:
|
|
|
- name: Clone
|
|
- name: Clone
|
|
|
uses: actions/checkout@v3
|
|
uses: actions/checkout@v3
|
|
|
- name: SPM Windows Build
|
|
- name: SPM Windows Build
|
|
|
- shell: cmd
|
|
|
|
|
run: |
|
|
run: |
|
|
|
- cd ${{ github.workspace }}
|
|
|
|
|
- set SDKROOT=%SystemDrive%\Library\Developer\Platforms\Windows.platform\Developer\SDKs\Windows.sdk
|
|
|
|
|
- %SystemDrive%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin\swift-build.exe --build-tests -c debug -Xlinker /INCREMENTAL:NO -v
|
|
|
|
|
- if not exist .build\x86_64-unknown-windows-msvc\debug\Alamofire.swiftmodule exit 1
|
|
|
|
|
|
|
+ swift build --build-tests -c debug -Xlinker /INCREMENTAL:NO -v
|
|
|
CodeQL:
|
|
CodeQL:
|
|
|
name: Analyze with CodeQL
|
|
name: Analyze with CodeQL
|
|
|
runs-on: macOS-13
|
|
runs-on: macOS-13
|