Skip to content

Commit 5850a7a

Browse files
committed
Use sudo for apt in github action.
1 parent 5ae6983 commit 5850a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-single-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install freeimage
2626
run: |
27-
apt install libfreeimage-dev
27+
sudo apt install -y libfreeimage-dev
2828
2929
- name: Configure CMake
3030
# 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

Comments
 (0)