Skip to content

Commit

Permalink
ci: remove bad sudo from gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles authored and alanlivio committed Jul 26, 2024
1 parent d9cd99e commit adf20a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
image: rodrigodornelles/doxygen:lua
steps:
- uses: actions/checkout@v3
- run: sudo apt-get -y update
- run: sudo apt-get -y install cmake g++
- run: apt-get -y update
- run: apt-get -y install cmake g++
- name: cmake
working-directory: ./doc
run: cmake .
Expand Down

0 comments on commit adf20a8

Please sign in to comment.