Skip to content

Commit

Permalink
Install autotools etc
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Feb 4, 2024
1 parent 286b280 commit d60f73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y autopoint autoconf automake gtk-doc-tools libidn2-dev libunistring-dev
- name: Run
run: |
./autogen.sh
Expand Down

0 comments on commit d60f73f

Please sign in to comment.