Skip to content

Update windows build badge #15

Update windows build badge

Update windows build badge #15

Workflow file for this run

name: Linux build
on: push
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: gfortran libopenblas-dev liblapack-dev
version: 1.0
- name: Configure, build, and test
uses: threeal/[email protected]
with:
run-build: true
run-test: true