Skip to content

Refactor workflows + revert to standard apt #7

Refactor workflows + revert to standard apt

Refactor workflows + revert to standard apt #7

name: Install dependencies ubuntu
on:
workflow_call:
jobs:
install_dependencies:
- uses: actions/checkout@v3

Check failure on line 7 in .github/workflows/install-dependencies-ubuntu.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/install-dependencies-ubuntu.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
with:
submodules: 'recursive'
- name: Install dependencies
run: |
sudo gem install apt-spy2 && sudo apt-spy2 fix --commit --launchpad --country=US
sudo apt-get update
sudo apt-get install -y libicu-dev tzdata gcc-10 libzstd-dev libjemalloc-dev
- name: Install boost from PPa
run: sudo add-apt-repository -y ppa:mhier/libboost-latest && sudo apt update && sudo apt install -y libboost1.81-all-dev libboost-url1.81-dev