We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae6983 commit 5850a7aCopy full SHA for 5850a7a
.github/workflows/cmake-single-platform.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Install freeimage
26
run: |
27
- apt install libfreeimage-dev
+ sudo apt install -y libfreeimage-dev
28
29
- name: Configure CMake
30
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments