Skip to content

Commit 6522384

Browse files
authored
fix: bad indentation in Update cmake-ubuntu-g++13.yml
1 parent c8d830f commit 6522384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-ubuntu-g++13.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424

2525
- name: install
26-
run: sudo apt-get update && sudo apt-get install lcov #libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev # OpenGL dependencies only needed for SFML
26+
run: sudo apt-get update && sudo apt-get install lcov
2727

2828
- name: Configure CMake
2929
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
@@ -57,4 +57,4 @@ jobs:
5757
- name: Upload coverage reports to Codecov
5858
uses: codecov/codecov-action@v3
5959
env:
60-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
60+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)