Skip to content

Commit

Permalink
Install libyaml-cpp in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tachi107 authored Mar 6, 2021
1 parent f8c6a6c commit 7bba606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sudo rm /etc/apt/sources.list /etc/apt/sources.list.d/*
printf "Enabled: yes\nTypes: deb\nURIs: http://azure.archive.ubuntu.com/ubuntu/\nSuites: focal focal-updates focal-backports focal-security hirsute\nComponents: main universe multiverse restricted\n" | sudo tee /etc/apt/sources.list.d/system.sources
printf "APT::Default-Release \"focal\";\n" | sudo tee /etc/apt/apt.conf.d/00default-release
sudo apt-get -qq update && sudo apt-get -qq install --assume-yes meson libcurl4-openssl-dev libsimdjson-dev/hirsute
sudo apt-get -qq update && sudo apt-get -qq install --assume-yes meson libcurl4-openssl-dev libsimdjson-dev/hirsute libyaml-cpp-dev
- name: Configure Meson
run: meson setup build --buildtype=release
Expand Down

0 comments on commit 7bba606

Please sign in to comment.