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 55
66jobs :
77 build :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-20.04
99 container : ghcr.io/orbitalquark/textadept-build:v2.0
1010 steps :
1111 - name : Checkout textadept
2222 uses : actions/checkout@v2
2323 with :
2424 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 "none@example.com"
35- git config --global user.name "none"
36- git commit -m 'none'
3725 - name : Build
3826 shell : bash
3927 run : |
You can’t perform that action at this time.
0 commit comments