Skip to content

Commit 3951ac9

Browse files
committed
trying to fix linux
1 parent 4fdef19 commit 3951ac9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Install dependencies
36-
run: sudo apt-get update && sudo apt-get install cmake xorg-dev libglu1-mesa-dev zlib1g-dev libxrandr-dev ninja-build libglfw3
36+
run: sudo apt-get update && sudo apt-get install cmake xorg-dev libglu1-mesa-dev zlib1g-dev libxrandr-dev ninja-build libglfw3-dev
3737

3838
- uses: actions/checkout@v3
3939
with:

src/app.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@ void SampleViewer::draw_editor()
993993
bool SampleViewer::process_event(void *e)
994994
{
995995
#ifdef HELLOIMGUI_USE_SDL_OPENGL3
996-
auto &io = ImGui::GetIO();
997996
static bool sPinch = false;
998997
SDL_Event *event = static_cast<SDL_Event *>(e);
999998
switch (event->type)

0 commit comments

Comments
 (0)