diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6bd3f43..d4b4123 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml | |||
@@ -25,7 +25,7 @@ jobs: | |||
25 | arch: ["arm64", "x86_64"] | 25 | arch: ["arm64", "x86_64"] |
26 | steps: | 26 | steps: |
27 | - name: "Install required packages" | 27 | - name: "Install required packages" |
28 | run: brew install automake | 28 | run: brew install automake libtool |
29 | 29 | ||
30 | - name: "Checkout repository" | 30 | - name: "Checkout repository" |
31 | uses: actions/checkout@v4 | 31 | uses: actions/checkout@v4 |