Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jai A 2024-08-17 13:28:20 -07:00
commit 1f8d569b79
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C
3 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,7 @@ on:
pull_request:
jobs:
docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest
steps:
- name: Checkout

View File

@ -7,6 +7,7 @@ on:
jobs:
run-docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest
steps:

View File

@ -2863,7 +2863,8 @@
{
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
"match": [
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1"
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1",
"org.lwjgl:lwjgl-glfw:3.3.1:natives-linux"
],
"override": {
"downloads": {
@ -2876,4 +2877,4 @@
"name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1"
}
}
]
]