ad9b33164e
- Fix on-demand AVX512 on macOS Merge commit '2f9dea5cc355c266ad46d2f6397b141b99f78480'
11 lines
200 B
YAML
11 lines
200 B
YAML
name: test
|
|
on: [push]
|
|
|
|
jobs:
|
|
build:
|
|
name: test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: sudo apt install nasm yasm g++-multilib tcsh
|
|
- run: make test
|