Skip to content

Commit

Permalink
Update emacs.yml
Browse files Browse the repository at this point in the history
few more dependencies to try
  • Loading branch information
cooljeanius committed Apr 2, 2024
1 parent 923b570 commit 55d5066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: actions/checkout@v4
# # 'Transformers::TravisCI::Scripts::Dependencies' dependencies are currently unsupported
# # 'compiler' was not transformed because there is no suitable equivalent in GitHub Actions
- run: sudo apt-get update -qq
- run: DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev ${{ matrix.compiler }} make autoconf automake libncurses-dev gobjc gobjc++ gobjc-multilib gobjc++-multilib autopoint libacl1-dev
- run: sudo apt-get update -qq && echo "apt-get packages are up to date"
- run: DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev ${{ matrix.compiler }} make autoconf automake libncurses-dev gobjc gobjc++ gobjc-multilib gobjc++-multilib autopoint libacl1-dev attr libattr1 libattr1-dev python3-pyxattr libattribute-storage-perl libfile-extattr-perl
- name: Initial build
run: |
sh ./autogen.sh
Expand Down

0 comments on commit 55d5066

Please sign in to comment.