Skip to content

Commit

Permalink
Test 20 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Dec 25, 2024
1 parent dbd98ee commit adda0b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: download-sdk
uses: suisei-cn/actions-download-file@v1.4.0
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v19/FreeOrionSDK_19_Android-${{ matrix.arch }}.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v20/FreeOrionSDK_20_Android-${{ matrix.arch }}.zip
target: ../
- uses: nttld/setup-ndk@v1
id: setup-ndk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-windows-msvs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: download-sdk
uses: suisei-cn/actions-download-file@v1.4.0
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v19/FreeOrionSDK_19_MSVC-v143-Win32.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v20/FreeOrionSDK_20_MSVC-v143-Win32.zip
target: ../
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: download-sdk
uses: suisei-cn/actions-download-file@v1.4.0
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v19/FreeOrionSDK_19_MSVC-v143-Win32.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v20/FreeOrionSDK_20_MSVC-v143-Win32.zip
target: ../
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ else()
endif()

if(APPLE)
set(FreeOrionSDK_VERSION 19)
set(FreeOrionSDK_VERSION 20)
set(FreeOrionSDK_FILE "FreeOrionSDK_${FreeOrionSDK_VERSION}_Clang-MacOSX-10.15-x86_64.tar.bz2")
if(NOT EXISTS "${CMAKE_BINARY_DIR}/${FreeOrionSDK_FILE}")
file(DOWNLOAD
Expand Down

0 comments on commit adda0b1

Please sign in to comment.