Skip to content

Commit

Permalink
Install libtinfo5 for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 11, 2024
1 parent 45f397d commit d245e65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build_configuration:
- target: x86_64-unknown-linux-gnu
cpu: native
runs-on: ubuntu-latest
runs-on: ubuntu-24.04 [Beta]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ matrix.build_configuration.target }}-${{ matrix.build_configuration.cpu }}
cancel-in-progress: true
Expand All @@ -39,6 +39,9 @@ jobs:
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

- name: Install libtinfo5
run: sudo apt update && sudo apt install -y libtinfo5

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
Expand Down

0 comments on commit d245e65

Please sign in to comment.