Skip to content

Commit

Permalink
ci: Remove apt upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Feb 5, 2024
1 parent 7b12664 commit 5e8a6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install build doc dependencies
run: sudo apt update && sudo apt upgrade && sudo apt install doxygen graphviz python3-sphinx python3-sphinx-rtd-theme python3-breathe texlive-latex-extra
run: sudo apt-get install doxygen graphviz python3-sphinx python3-sphinx-rtd-theme python3-breathe texlive-latex-extra

- name: Create build environment
run: cmake -E make_directory ${{github.workspace}}/build
Expand Down

0 comments on commit 5e8a6f2

Please sign in to comment.