Skip to content

Commit

Permalink
CI/linux: Fix octave install
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Dec 16, 2024
1 parent 36e1bda commit d85b530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: |
sudo apt-get update -y && sudo apt-get install python3-dev python3-numpy guile-3.0-dev liboctave-dev cmake gfortran g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64
sudo apt-get update -y && sudo apt-get install python3-dev python3-numpy guile-3.0-dev octave-dev cmake gfortran g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64
pip install mkdocs python-markdown-math --user
PATH=$PATH:~/.local/bin mkdocs build
mkdir build && pushd build
Expand Down

0 comments on commit d85b530

Please sign in to comment.