1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +00:00

add fmt support

This commit is contained in:
neargye 2023-05-19 19:36:50 +04:00
parent 5367f5183c
commit 737ed4fc7f
6 changed files with 42 additions and 27 deletions

View file

@ -6,7 +6,7 @@ permissions: read-all
jobs:
build:
runs-on: ${{matrix.config.os}}
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
@ -14,7 +14,7 @@ jobs:
- { os: macos-11 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md#xcode
- { os: macos-12 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md#xcode
name: "${{matrix.config.os}}"
name: "${{ matrix.config.os }}"
steps:
- uses: actions/checkout@v3