Skip to content

Commit

Permalink
Merge pull request #294 from dpogue/linux-ci
Browse files Browse the repository at this point in the history
Fix Linux CI dependencies
  • Loading branch information
zrax authored Dec 22, 2024
2 parents 55be162 + 29b2484 commit a95ca3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libjpeg-turbo8-dev libpng-dev
- name: Build string_theory
run: |
mkdir -p build_deps && cd build_deps
Expand Down

0 comments on commit a95ca3a

Please sign in to comment.