Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
update yml file for window build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Platt authored and Marc Platt committed Jan 2, 2025
1 parent 9b26080 commit 1efb447
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

jobs:
build:
# both Windows and Linux builds run on Ubuntu
runs-on: ${{ matrix.build == 'macos' && 'macos' || 'ubuntu' }}-latest
# Use Windows runner for Windows builds, Ubuntu for Linux builds, and macOS for macOS builds
runs-on: ${{ matrix.build == 'windows' && 'windows' || matrix.build == 'macos' && 'macos' || 'ubuntu' }}-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -41,6 +41,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1

- name: Build GDExtension library
shell: bash
run: |
cd cusf_launcher_crypto
mkdir -p ../cusf_launcher/addons/cusf_launcher_crypto/bin
Expand Down

0 comments on commit 1efb447

Please sign in to comment.