Skip to content

Commit 2a1f555

Browse files
committed
label the 'download build tool' steps
1 parent 0ea1ffc commit 2a1f555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
os: [ubuntu-latest, macos-latest]
2020
steps:
2121
# Download dependencies depending on platform
22-
- name: Download build tools
22+
- name: Download build tools [linux]
2323
if: matrix.os == 'ubuntu-latest'
2424
run: sudo apt-get install build-essential libtool autopoint
25-
- name: Download build tools
25+
- name: Download build tools [mac]
2626
if: matrix.os == 'macos-latest'
2727
run: brew install libtool automake gettext
2828

0 commit comments

Comments
 (0)