Skip to content

Commit

Permalink
Install newer libtinfo on CI since Ubuntu updated to 24.04 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 17, 2024
1 parent b32e6ec commit 557515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build native library (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y libtinfo5
sudo apt-get install -y libtinfo6
cp -a . ../zipline-dockerbuild
docker build \
--tag zipline-linux-amd64 \
Expand Down

0 comments on commit 557515f

Please sign in to comment.