Skip to content

Commit 2c296dd

Browse files
Fix invalid syntax
1 parent 881a642 commit 2c296dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
18-
uses: GabrielBB/xvfb-action@v1
18+
- uses: GabrielBB/xvfb-action@v1
1919
with:
2020
node-version: ${{ env.NODE_VERSION }}
2121
- run: sudo apt install libx11-dev libxkbfile-dev

0 commit comments

Comments
 (0)