Skip to content

Commit

Permalink
attemp to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxicarlos08 committed May 22, 2024
1 parent aa94dd8 commit 651f45a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: sudo apt install -y autopoint
- name: Install dependencies (macOS)
if: matrix.os == 'macos-latest'
run: brew install automake
run: brew install automake libtool
- name: Run tests
run: cargo test -F test --verbose

Expand All @@ -48,6 +48,7 @@ jobs:
mingw-w64-x86_64-libltdl
mingw-w64-x86_64-clang
pkgconf
libtool
- name: Setup Rust
run: rustup default stable-x86_64-pc-windows-gnu
- name: Run tests
Expand Down

0 comments on commit 651f45a

Please sign in to comment.