File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
66
mkdir jdk8
67
67
curl -L https://cdn.azul.com/zulu/bin/zulu8.${ZULU_BUILD}-linux_x64.tar.gz | tar xz -C jdk8 --strip-components 1
68
68
- name : Install LWJGL dependencies
69
- run : DEBIAN_FRONTEND=noninteractive sudo apt-get -yq -f --allow-unauthenticated --no-install-suggests --no-install-recommends install libgtk-3-dev libatk-bridge2.0-dev libgdk-pixbuf2.0-dev libglu-dev libgl1-mesa-glx libx11-dev libxt-dev libdbus-1-dev -o Dpkg::Options::="--force-overwrite"
69
+ run : DEBIAN_FRONTEND=noninteractive sudo apt-get -yq -f --allow-unauthenticated install libgtk-3-dev libatk-bridge2.0-dev libgdk-pixbuf2.0-dev libglu-dev libgl1-mesa-glx libx11-dev libxt-dev libdbus-1-dev -o Dpkg::Options::="--force-overwrite"
70
70
- name : Restore kotlinc output
71
71
uses : actions/cache/restore@v3
72
72
with :
@@ -158,7 +158,7 @@ jobs:
158
158
sudo dpkg --add-architecture ${{matrix.CROSS_ARCH}}
159
159
sudo apt-get update || true
160
160
- name : Install cross-compilation dependencies
161
- run : DEBIAN_FRONTEND=noninteractive sudo apt-get -yq -f --allow-unauthenticated --no-install-suggests --no-install-recommends install libgtk-3-dev:${{matrix.CROSS_ARCH}} libatk-bridge2.0-dev:${{matrix.CROSS_ARCH}} libgdk-pixbuf2.0-dev:${{matrix.CROSS_ARCH}} libglu-dev:${{matrix.CROSS_ARCH}} libgl1-mesa-glx:${{matrix.CROSS_ARCH}} libx11-dev:${{matrix.CROSS_ARCH}} libxt-dev:${{matrix.CROSS_ARCH}} libdbus-1-dev:${{matrix.CROSS_ARCH}} -o Dpkg::Options::="--force-overwrite"
161
+ run : DEBIAN_FRONTEND=noninteractive sudo apt-get -yq -f --allow-unauthenticated install libgtk-3-dev:${{matrix.CROSS_ARCH}} libatk-bridge2.0-dev:${{matrix.CROSS_ARCH}} libgdk-pixbuf2.0-dev:${{matrix.CROSS_ARCH}} libglu-dev:${{matrix.CROSS_ARCH}} libgl1-mesa-glx:${{matrix.CROSS_ARCH}} libx11-dev:${{matrix.CROSS_ARCH}} libxt-dev:${{matrix.CROSS_ARCH}} libdbus-1-dev:${{matrix.CROSS_ARCH}} -o Dpkg::Options::="--force-overwrite"
162
162
- name : Restore kotlinc output
163
163
uses : actions/cache/restore@v3
164
164
with :
@@ -206,11 +206,11 @@ jobs:
206
206
- name : Build Java
207
207
run : ant -emacs compile
208
208
- name : Build & Test
209
- uses : cross-platform-actions/action@v0.26 .0
209
+ uses : cross-platform-actions/action@v0.27 .0
210
210
with :
211
211
operating_system : freebsd
212
212
architecture : x86-64
213
- version : ' 13.3 '
213
+ version : ' 13.4 '
214
214
memory : 8G
215
215
shell : bash
216
216
environment_variables : ANT_OPTS LWJGL_BUILD_TYPE
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ LWJGL no longer includes the following bindings:
37
37
38
38
#### Improvements
39
39
40
+ - FreeBSD: LWJGL now requires FreeBSD 13.4 or later. (up from 13.3)
41
+
40
42
#### Fixes
41
43
42
44
- tinyfiledialogs: Fixed ` tinyfd_messageBox ` signature to support the ` yesnocancel ` dialog type.
You can’t perform that action at this time.
0 commit comments