actions: newline after env

This commit is contained in:
Dennis Fokin 2022-11-22 15:48:03 +01:00
parent c305cef796
commit b09a583bfd
No known key found for this signature in database
GPG Key ID: 870B88256690D8BC

View File

@ -7,7 +7,8 @@ jobs:
runs-on: macos-latest
env: MACOSX_DEPLOYMENT_TARGET: "10.15"
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"
steps:
- uses: actions/checkout@v3