Fix adding executable icon on windows with non-msvc compiler (#1136)

This commit is contained in:
Marcin Michalski
2021-03-30 08:58:32 +02:00
committed by GitHub
parent 69e44a3722
commit 4edb1eb3ad
2 changed files with 18 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ jobs:
uses: lukka/get-cmake@latest
- name: Ubuntu - install opengl lua5.1 luajit
# vcpkg has lua 5.2
# vcpkg has lua 5.3+
run: sudo apt-get install libglew-dev liblua5.1-0-dev libluajit-5.1-dev
if: contains( matrix.os, 'ubuntu')