Skip to content

Commit

Permalink
The strategy for the cmake builds was removed. Added it back in
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
rbarker-dev committed Apr 22, 2024
1 parent b668655 commit bacd02c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/zxc-build-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ permissions:
jobs:
build:
name: Build
runs-on: [ self-hosted, Linux, xlarge, ephemeral ]
runs-on: [ self-hosted, ${{ matrix.os }}, xlarge, ephemeral ]

env:
HEDERA_NETWORK: localhost
strategy:
matrix:
include:
- os: Linux
preset: linux-x64

steps:
- name: Harden Runner
Expand Down

0 comments on commit bacd02c

Please # to comment.