Skip to content

Commit aa72a58

Browse files
committedSep 15, 2024··
color always on build bins
1 parent a2fcdb9 commit aa72a58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/prerelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
${{ runner.os }}-cargo-build-
4141
4242
- name: Build
43-
run: cargo build --release
43+
run: cargo build --release --color always
4444

4545
- name: Create Archive Folder
4646
run: mkdir ${{ runner.os }}

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
${{ runner.os }}-cargo-build-
4141
4242
- name: Build
43-
run: cargo build --release
43+
run: cargo build --release --color always
4444

4545
- name: Create Archive Folder
4646
run: mkdir ${{ runner.os }}

0 commit comments

Comments
 (0)
Please sign in to comment.