File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v3
24
24
25
25
- 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
27
27
28
28
- name : Configure CMake
29
29
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
57
57
- name : Upload coverage reports to Codecov
58
58
uses : codecov/codecov-action@v3
59
59
env :
60
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
60
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments