Compare commits
No commits in common. "f3b6c4f3fe829365bde6b58d84059fba1c6119fd" and "b1827ccea039b10e0eb75a1e1c3c653b3873b892" have entirely different histories.
f3b6c4f3fe
...
b1827ccea0
|
@ -24,8 +24,8 @@ jobs:
|
||||||
- name: prepare-linux
|
- name: prepare-linux
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt-get update
|
||||||
sudo apt install libgtk-3-dev libsdl2-dev
|
sudo apt-get install libsdl2-dev
|
||||||
- name: prepare-windows
|
- name: prepare-windows
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|
2
lib/zgui
2
lib/zgui
|
@ -1 +1 @@
|
||||||
Subproject commit ceca3dd6607f247d0d7ce12fbbd4623320277aac
|
Subproject commit 12e480f30d1192eda18bd9245f41f6ff2d4055bd
|
Loading…
Reference in New Issue