Skip to content

Commit

Permalink
Fix GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wildlarva committed Jan 13, 2024
1 parent 19382ce commit 4240a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ruby-version: 3.0
- name: Install dependencies on ubuntu
run: |
sudo apt-get install cmake libboost-all-dev
sudo apt-get install cmake libboost-all-dev nlohmann-json3-dev libasio-dev libtclap-dev
- name: Install dependencies from ${{ matrix.python-requirements }}
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion src_docs/dev_guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ How to setup environment for development
.. code-block:: bash
# Install platform tools
sudo apt install cmake graphviz libboost-all-dev nlohmann-json3-dev libasio-dev libtclap-dev
sudo apt install cmake libboost-all-dev nlohmann-json3-dev libasio-dev libtclap-dev graphviz
# Clone mcdecoder
git clone https://github.com/wildlarva/mcdecoder.git
Expand Down

0 comments on commit 4240a3f

Please sign in to comment.