diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 10:20:37 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 10:20:37 -0500 |
| commit | 55e3c13614b25a0c72e0a4626e045affdf02063d (patch) | |
| tree | 04419479fd0b35eaf6bf08c6131100e3ef79d446 | |
| parent | 0906086a8f58650f1d16d2ca4bc22a8a835168d4 (diff) | |
install autoconf
| -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 ef871b9..d3d68d1 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 + brew install ccache binutils pigz autoconf - name: Patch sources run: | git config --global --add safe.directory '*' |
