Skip to content

Commit a1f65b4

Browse files
authored
Fix YAML syntax in build workflow
1 parent 6f84cd5 commit a1f65b4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
build:
1010
runs-on: macos-latest
1111

12-
```
1312
steps:
1413
- name: checkout
1514
uses: actions/checkout@v4
@@ -31,4 +30,3 @@ steps:
3130
CODE_SIGNING_REQUIRED=NO \
3231
CODE_SIGN_IDENTITY="" \
3332
build
34-
```

0 commit comments

Comments
 (0)