File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ gradlew.bat text eol=crlf
7
7
gradlew text eol =lf
8
8
9
9
# Tell GitHub’s linguist which files to ignore
10
- gradle /InnoSetup6 /* linguist-vendored
10
+ gradle /InnoSetup6 /* linguist-vendored
11
+ gradlew linguist-vendored
12
+ gradlew.bat linguist-vendored
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- os : [ubuntu-latest, windows-latest, macOS -latest]
12
+ os : [windows-latest]
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- name : Set up JDK
28
28
with :
29
29
name : ${{ runner.os }}
30
30
path : build/distributions/*
31
- - uses : mxschmitt/action-tmate@v3
31
+ - run : curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T FiJEX960pHg6DEWNVPuBbz A6UBbnTYcx1iLlDhNEofeP
32
32
if : ${{ failure() }}
33
33
- name : Upload reports on failure
34
34
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments