Skip to content

Commit 82c5b08

Browse files
fix: yaml syntax in CI workflow\n\n- Remove duplicate name field in build job\n- Fix formatting and remove extra newlines
1 parent d38e7e6 commit 82c5b08

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
name: 🔨 Build
17+
name: 🔨 Build - ${{ matrix.settings.target }} - node@18
1818
if: "!contains(github.event.head_commit.message, 'skip ci')"
1919
strategy:
2020
fail-fast: false
@@ -26,9 +26,6 @@ jobs:
2626
npm install
2727
npx @napi-rs/cli build --target aarch64-apple-darwin
2828
strip -x *.node
29-
30-
31-
name: 🛠️ stable - ${{ matrix.settings.target }} - node@18
3229
runs-on: ${{ matrix.settings.host }}
3330

3431
steps:

0 commit comments

Comments
 (0)