File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
build :
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-20.04
9
9
container : ghcr.io/orbitalquark/textadept-build:v2.0
10
10
steps :
11
11
- name : Checkout textadept
22
22
uses : actions/checkout@v2
23
23
with :
24
24
path : textadept/modules/file_diff
25
- - name : Git init if necessary
26
- shell : bash
27
- run : |
28
- # If git version is less than 2.18, a git clone will not be made in
29
- # this container. In that case, make a temporary repository so
30
- # "make release" can archive the repo's contents for release.
31
- if [[ -d .git ]]; then exit 0; fi
32
- git init
33
- git add .
34
- git config --global user.email "[email protected] "
35
- git config --global user.name "none"
36
- git commit -m 'none'
37
25
- name : Build
38
26
shell : bash
39
27
run : |
You can’t perform that action at this time.
0 commit comments