Skip to content

Commit 1626ee2

Browse files
committed
Put the strategy in the right place
1 parent 90e417f commit 1626ee2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
name: Build/Publish Binary
1010
jobs:
11-
strategy:
12-
matrix:
13-
cpu: [x86_64, aarch64]
14-
os: [linux, macos, windows]
1511
compile:
12+
strategy:
13+
matrix:
14+
cpu: [x86_64, aarch64]
15+
os: [linux, macos, windows]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)