Skip to content

Commit ced7a4e

Browse files
2 parents 3d4130b + ef51e1f commit ced7a4e

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

.github/ISSUE_TEMPLATE/bugs.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body:
2222
- type: dropdown
2323
id: knownIssueCheck
2424
attributes:
25-
label: "Did you check if there's a problem that you are trying to figure out?"
25+
label: "Did you check if this issue is already known?"
2626
description: "[Click me here to see the Known Issues and Fixes. Please?](https://github.com/JordanSantiagoYT/FNF-JS-Engine/issues/359)"
2727
options:
2828
- "No"
@@ -33,7 +33,7 @@ body:
3333
- type: dropdown
3434
id: dupeCheck
3535
attributes:
36-
label: "Did you check if there's any similar issues?"
36+
label: "Did you check for any similar issues? Check first. If there is one, then do not report the issue, or it will be marked as a duplicate."
3737
options:
3838
- "No"
3939
- "Yes"
@@ -73,7 +73,6 @@ body:
7373
- "Windows"
7474
- "Linux"
7575
- "Mac"
76-
#- "HTML5" # i like how this doesnt work and its still on this template
7776
- "Android"
7877
- "iOS"
7978
- "Flash/Air-based target"
@@ -88,23 +87,3 @@ body:
8887
placeholder: "Yes, I edited ClientPrefs.hx and tried to add a new setting"
8988
validations:
9089
required: true
91-
92-
- type: dropdown
93-
id: oclt
94-
attributes:
95-
label: "If you use 1.12.0 or earlier, did you have Optimized Chart Loading turned on?"
96-
options:
97-
- "Yes"
98-
- "No"
99-
validations:
100-
required: false
101-
102-
- type: dropdown
103-
id: duplicatecheck
104-
attributes:
105-
label: "Did you check for any similar issues to what you're reporting? Check, then come back here. If there is a similar issue, then do not report the issue, otherwise it will be marked as a duplicate."
106-
options:
107-
- "Yes"
108-
- "No"
109-
validations:
110-
required: true

.github/workflows/mobile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
shell: bash
3434
run: |
3535
cd ${{ runner.temp }}
36-
echo "Downloading Android NDK r28..."
37-
curl -sSfL -o android-ndk.tar.xz "https://github.com/MobilePorting/android-ndk-cosmo/releases/download/r28/android-ndk-r28-unix.tar.xz"
38-
echo "Extracting Android NDK r28..."
39-
tar -xf android-ndk.tar.xz
40-
echo "NDK r28 successfully downloaded and extracted!"
36+
echo "Downloading Android NDK r29-beta1..."
37+
curl -sSfL -o android-ndk.zip "https://dl.google.com/android/repository/android-ndk-r29-beta1-linux.zip"
38+
echo "Extracting Android NDK r29-beta1..."
39+
unzip -qq android-ndk.zip
40+
echo "NDK r29-beta1 successfully downloaded and extracted!"
4141
4242
- name: Install Libraries
4343
run: |

0 commit comments

Comments
 (0)