Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Hopefully this works now
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 10, 2024
1 parent 6f3ae54 commit 8871a1a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,24 @@ on:

jobs:
build:
# strategy:
# fail-fast: false
# matrix:
# config:
# - name: Standalone
# - name: Geode
strategy:
fail-fast: false
matrix:
config:
- name: Standalone
os: windows-latest
- name: Geode
os: windows-latest

name: OpenHack Build
runs-on: ${{ matrix.config.os }}
steps:
- name: Standalone
# if: matrix.config.name == 'Standalone'
if: matrix.config.name == 'Standalone'
uses: ./.github/workflows/ci-standalone.yml

- name: Geode
# if: matrix.config.name == 'Geode'
if: matrix.config.name == 'Geode'
uses: ./.github/workflows/ci-geode.yml


Expand Down

0 comments on commit 8871a1a

Please sign in to comment.