Skip to content

Commit

Permalink
CI: fixing Linux and Emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Apr 14, 2024
1 parent bbb809e commit 5bb2489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/non_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
sudo apt-get update
sudo apt-get install libdw-dev pkg-config libmosquitto-dev libx11-dev libxinerama-dev
sudo apt-get install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev
sudo apt-get install libwayland-dev libxkbcommon-x11-dev libglfw3-dev
- name: Checkout TimedPetriNetEditor
uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_web_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
sudo apt-get update
sudo apt-get install pkg-config libmosquitto-dev libx11-dev libxinerama-dev
sudo apt-get install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev
sudo apt-get install libwayland-dev libxkbcommon-x11-dev libglfw3-dev
- name: Install Emscripten
uses: mymindstorm/setup-emsdk@v11
- name: Checkout TimedPetriNetEditor
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BACKEND ?= GLFW3
ifeq ($(ARCHI),Emscripten)
ifneq ($(BACKEND),RayLib)
$(warning "Force RayLib backend for compiling with Emscripten")
BACKEND := RayLib
BACKEND = RayLib
endif
endif

Expand Down

0 comments on commit 5bb2489

Please sign in to comment.