diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 10:46:53 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 10:46:53 -0500 |
| commit | 0d03ca2cd0352d102dc257fc32d6274b824013d8 (patch) | |
| tree | 12cffd1a17aa500e82711d32a45fdb1830ecd1ae | |
| parent | 55e3c13614b25a0c72e0a4626e045affdf02063d (diff) | |
add automake
| -rw-r--r-- | .github/workflows/full_check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index d3d68d1..e8b2bf3 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -210,7 +210,7 @@ jobs: xcode-version: '15.4' - name: install dependencies run: | - brew install ccache binutils pigz autoconf + brew install ccache binutils pigz autoconf automake - name: Patch sources run: | git config --global --add safe.directory '*' |
