Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Aug 17, 2024
2 parents 93ae24e + 6de8d26 commit 1f8d569
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
jobs:
docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
run-docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest

steps:
Expand Down
5 changes: 3 additions & 2 deletions daedalus_client/library-patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -2876,4 +2877,4 @@
"name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1"
}
}
]
]

0 comments on commit 1f8d569

Please sign in to comment.