Skip to content

Bump actions/download-artifact from 3 to 4 #35

Bump actions/download-artifact from 3 to 4

Bump actions/download-artifact from 3 to 4 #35

Workflow file for this run

name: C Library
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install scons liblapack-dev libfftw3-dev
- name: build
run: scons lib test
- name: test
run: test/test_tfr