Skip to content

Commit 9b8a477

Browse files
committed
Remove trailing newline from vcpkg package list
1 parent 4537738 commit 9b8a477

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish_dartpy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
---
12
name: Publish dartpy
23

3-
on:
4+
'on':
45
push:
56
branches:
67
- "**"
@@ -73,7 +74,7 @@ jobs:
7374
build: "cp313-macosx_arm64"
7475
experimental: false
7576
release_only: false
76-
77+
7778
- os: macos-latest
7879
build: "cp312-macosx_arm64"
7980
experimental: false
@@ -101,7 +102,7 @@ jobs:
101102
uses: johnwason/vcpkg-action@v7
102103
with:
103104
# TODO: Add ode and coin-or-ipopt
104-
pkgs: >
105+
pkgs: >-
105106
assimp
106107
eigen3
107108
fcl

0 commit comments

Comments
 (0)