mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
parent
0dd2378387
commit
964af715d6
4 changed files with 12 additions and 5 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -25,8 +25,6 @@ jobs:
|
|||
bits: 64 # Currently only wasm32 is supported.
|
||||
- platform: osx
|
||||
bits: 32 # Only 64-bit supported on macOS.
|
||||
- platform: windows
|
||||
bits: 32 # TODO: Enable 32-bit build on windows-latest.
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
@ -89,8 +87,10 @@ jobs:
|
|||
- name: Install additional windows build dependencies
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: python -m pip install scons
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- uses: ilammy/msvc-dev-cmd@v1.9.0
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
with:
|
||||
arch: win${{ matrix.bits }}
|
||||
|
||||
- name: Build godot-cpp bindings
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue