File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ jobs:
24
24
steps :
25
25
- uses : actions/checkout@v2
26
26
27
- - name : Install dependencies
28
- run : |
29
- sudo apt-get install -y \
30
- cmake libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev \
31
- ttf-mscorefonts-installer fontconfig libsystemd-dev libinput-dev libudev-dev \
32
- libxkbcommon-dev ninja-build libgstreamer-plugins-base1.0-dev
27
+ # On the self-hosted runners, we assume those are already installed.
28
+ # - name: Install dependencies
29
+ # run: |
30
+ # sudo apt-get install -y \
31
+ # cmake libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev \
32
+ # ttf-mscorefonts-installer fontconfig libsystemd-dev libinput-dev libudev-dev \
33
+ # libxkbcommon-dev ninja-build libgstreamer-plugins-base1.0-dev
33
34
34
35
- name : Configure CMake
35
36
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
You can’t perform that action at this time.
0 commit comments