We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea1ffc commit 2a1f555Copy full SHA for 2a1f555
.github/workflows/build.yaml
@@ -19,10 +19,10 @@ jobs:
19
os: [ubuntu-latest, macos-latest]
20
steps:
21
# Download dependencies depending on platform
22
- - name: Download build tools
+ - name: Download build tools [linux]
23
if: matrix.os == 'ubuntu-latest'
24
run: sudo apt-get install build-essential libtool autopoint
25
+ - name: Download build tools [mac]
26
if: matrix.os == 'macos-latest'
27
run: brew install libtool automake gettext
28
0 commit comments