mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 16:26:29 +00:00
externals: Update xbyak
- Fix on-demand AVX512 on macOS Merge commit '2f9dea5cc355c266ad46d2f6397b141b99f78480'
This commit is contained in:
11
externals/xbyak/.github/workflows/main.yml
vendored
Normal file
11
externals/xbyak/.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user