Skip to content

Commit

Permalink
ci-basic-build.yml: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon authored Jul 22, 2024
1 parent 805123e commit 78afde2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-basic-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:

steps:
- uses: actions/checkout@v3


- name: Update
run: sudo apt-get update

- name: Install missing packages
run: sudo apt-get -y install automake libreadline-dev build-essential libboost-all-dev docbook-utils pkg-config libsigc++-2.0-dev --fix-missing

Expand Down

0 comments on commit 78afde2

Please sign in to comment.