Skip to content

Commit 91dd1ed

Browse files
committed
Format build.yml.
1 parent f7f1ad5 commit 91dd1ed

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/workflows/build.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,38 @@ env:
1717
DOTNET_NOLOGO: true
1818
jobs:
1919
build:
20-
strategy:
21-
fail-fast: false
22-
matrix:
23-
os:
24-
- macos-13
25-
- macos-14
26-
- macos-15
27-
- ubuntu-20.04
28-
- ubuntu-22.04
29-
- ubuntu-22.04-arm
30-
- ubuntu-24.04
31-
- ubuntu-24.04-arm
32-
- windows-2019
33-
- windows-2022
34-
- windows-2025
35-
runs-on: ${{ matrix.os }}
36-
steps:
37-
- name: Clone repository
38-
uses: actions/[email protected]
39-
with:
40-
fetch-depth: 0
41-
submodules: recursive
42-
- name: Set up .NET
43-
uses: actions/[email protected]
44-
- name: Run Cake
45-
run: |
46-
./cake
47-
- name: Upload artifacts
48-
if: always()
49-
uses: actions/[email protected]
50-
with:
51-
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}
52-
path: |
53-
out/log
54-
out/pkg
20+
strategy:
21+
fail-fast: false
22+
matrix:
23+
os:
24+
- macos-13
25+
- macos-14
26+
- macos-15
27+
- ubuntu-20.04
28+
- ubuntu-22.04
29+
- ubuntu-22.04-arm
30+
- ubuntu-24.04
31+
- ubuntu-24.04-arm
32+
- windows-2019
33+
- windows-2022
34+
- windows-2025
35+
runs-on: ${{ matrix.os }}
36+
steps:
37+
- name: Clone repository
38+
uses: actions/[email protected]
39+
with:
40+
fetch-depth: 0
41+
submodules: recursive
42+
- name: Set up .NET
43+
uses: actions/[email protected]
44+
- name: Run Cake
45+
run: |
46+
./cake
47+
- name: Upload artifacts
48+
if: always()
49+
uses: actions/[email protected]
50+
with:
51+
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}
52+
path: |
53+
out/log
54+
out/pkg

0 commit comments

Comments
 (0)