Skip to content

Commit

Permalink
Formatting yaml file ):
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Aug 18, 2023
1 parent da86a0d commit c855d16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
with:
submodules: 'true'
- name: Install requirements
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
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
libhts-dev
libjemalloc-dev
libgsl-dev
Expand Down

0 comments on commit c855d16

Please sign in to comment.