You've already forked AstralRinth
forked from didirus/AstralRinth
Merge remote-tracking branch 'origin/master'
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -9,6 +9,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
if: github.repository_owner == 'modrinth'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
1
.github/workflows/run.yml
vendored
1
.github/workflows/run.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-docker:
|
run-docker:
|
||||||
|
if: github.repository_owner == 'modrinth'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -2863,7 +2863,8 @@
|
|||||||
{
|
{
|
||||||
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
|
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
|
||||||
"match": [
|
"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": {
|
"override": {
|
||||||
"downloads": {
|
"downloads": {
|
||||||
|
|||||||
Reference in New Issue
Block a user