Skip to content

Commit

Permalink
Yikes
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Aug 18, 2023
1 parent c855d16 commit b5d876a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ jobs:
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Install requirements
- name: Setup apt
run:
- sudo apt install build-essential manpages-dev software-properties-common
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- sudo apt update && sudo apt install ${{ matrix.compiler.CC }} ${{ matrix.compiler.CXX }}
>- sudo apt install
- sudo apt update && sudo apt install
- name: Install Requirements
run: sudo apt install -y
${{ matrix.compiler.CC }}
${{ matrix.compiler.CXX }}
libhts-dev
libjemalloc-dev
libgsl-dev
Expand Down

0 comments on commit b5d876a

Please sign in to comment.