Skip to content

Commit 044ca10

Browse files
author
Wouter Tichelaar
committed
Fix syntax
1 parent daea68f commit 044ca10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [windows-latest, ubuntu-latest]
16-
platforms:
17-
- linux/arm64
18-
- linux/amd64
19-
- windows/amd64
2016
include:
2117
- os: windows-latest
2218
script_name: .\dependencies.cmd
2319
- os: ubuntu-latest
2420
script_name: ./dependencies.sh
21+
platforms:
22+
- linux/arm64
23+
- linux/amd64
24+
- windows/amd64
2525
steps:
2626
- name: Checkout Repo
2727
uses: actions/checkout@v3

0 commit comments

Comments
 (0)