Skip to content

Fixed bug in constructor of MKL solver if MKL was not used. Now not r… #215

Fixed bug in constructor of MKL solver if MKL was not used. Now not r…

Fixed bug in constructor of MKL solver if MKL was not used. Now not r… #215

Workflow file for this run

name: CI - Windows Push
on:
push:
branches:
- 'develop'
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
required: false
type: boolean
default: false
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@develop
with:
runTests: ${{ (github.event_name == 'workflow_dispatch' && inputs.runTests) || (github.event_name == 'push' && contains(fromJSON('["develop"]'), github.ref_name)) }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0ecb160c4a6bfd01d
aws-sg-id: sg-0ca7912782cf1538b
aws-instance-type: c5a.8xlarge
secrets: inherit