mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-21 12:21:50 +02:00
Fix job
This commit is contained in:
2
.github/workflows/sanity.yml
vendored
2
.github/workflows/sanity.yml
vendored
@@ -3,8 +3,8 @@ on: push
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sanity:
|
sanity:
|
||||||
fail-fast: false
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest, ubuntu-16.04]
|
os: [macos-latest, ubuntu-latest, ubuntu-16.04]
|
||||||
cc: [gcc, clang]
|
cc: [gcc, clang]
|
||||||
|
Reference in New Issue
Block a user