Skip to content

Commit cd2e71e

Browse files
committed
Cleanup
1 parent 672801e commit cd2e71e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
uses: haskell/ghcup-setup@v1
159159

160160
- if: matrix.ARCH == 'ARM64' && runner.os == 'macOS'
161-
name: Run build
161+
name: Run build (mac aarch64)
162162
run: |
163163
bash .github/scripts/brew.sh git coreutils autoconf automake
164164
export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$PATH"
@@ -173,7 +173,7 @@ jobs:
173173
HOMEBREW_CHANGE_ARCH_TO_ARM: 1
174174

175175
- if: matrix.ARCH == '64' && runner.os == 'macOS'
176-
name: Run build (windows/mac)
176+
name: Run build (mac x86_64)
177177
run: |
178178
bash .github/scripts/brew.sh coreutils
179179
export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$PATH"
@@ -188,9 +188,8 @@ jobs:
188188
HOMEBREW_CHANGE_ARCH_TO_ARM: 1
189189

190190
- if: runner.os == 'Windows'
191-
name: Run build (windows/mac)
191+
name: Run build (windows)
192192
run: |
193-
bash .github/scripts/brew.sh git coreutils autoconf automake
194193
bash .github/scripts/build.sh
195194
env:
196195
ARTIFACT: ${{ matrix.ARTIFACT }}
@@ -432,7 +431,7 @@ jobs:
432431
path: ./out
433432

434433
- if: runner.os == 'macOS'
435-
name: Run test
434+
name: Run test (mac)
436435
run: |
437436
bash .github/scripts/brew.sh coreutils
438437
export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$PATH"
@@ -444,7 +443,7 @@ jobs:
444443
HOMEBREW_CHANGE_ARCH_TO_ARM: 1
445444

446445
- if: runner.os != 'macOS'
447-
name: Run test
446+
name: Run test (windows)
448447
run: bash .github/scripts/test.sh
449448
env:
450449
ARTIFACT: ${{ matrix.ARTIFACT }}
@@ -467,6 +466,7 @@ jobs:
467466
name: testfiles-${{ matrix.ARTIFACT }}
468467
path: |
469468
./test/ghcup-test/golden/unix/GHCupInfo*json
469+
470470
test-freebsd:
471471
name: Test FreeBSD
472472
needs: "build-freebsd"

0 commit comments

Comments
 (0)