File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
- " **.md"
10
10
11
11
concurrency :
12
- group : build-${{ github.event.pull_request.number || github.sha }}
12
+ group : build-ci- ${{ github.event.pull_request.number || github.sha }}
13
13
cancel-in-progress : true
14
14
15
15
jobs :
Original file line number Diff line number Diff line change 54
54
- ' vlib/v/embed_file/**.v'
55
55
56
56
concurrency :
57
- group : build-${{ github.event.pull_request.number || github.sha }}
57
+ group : build-sanitized- ${{ github.event.pull_request.number || github.sha }}
58
58
cancel-in-progress : true
59
59
60
60
jobs :
Original file line number Diff line number Diff line change 9
9
- " **.md"
10
10
11
11
concurrency :
12
- group : build-${{ github.event.pull_request.number || github.sha }}
12
+ group : build-other- ${{ github.event.pull_request.number || github.sha }}
13
13
cancel-in-progress : true
14
14
15
15
jobs :
Original file line number Diff line number Diff line change 9
9
- " **.md"
10
10
11
11
concurrency :
12
- group : build-${{ github.event.pull_request.number || github.sha }}
12
+ group : build-paths- ${{ github.event.pull_request.number || github.sha }}
13
13
cancel-in-progress : true
14
14
15
15
jobs :
76
76
# # tcc has a problem interpreting paths with non latin letters in them,
77
77
# # by default, but that can be solved with passing -Bthirdparty/tcc
78
78
# # but after that V fails self building with:
79
- # ###### builder error: cannot write to folder D:\a\v\v\你好 my $path, @с интервали: No such file or directory
79
+ # ###### builder error: cannot write to folder
80
+ # ###### D:\a\v\v\你好 my $path, @с интервали: No such file or directory
80
81
# # and that happens even for gcc builds, not just tcc ones
81
82
82
83
steps :
You can’t perform that action at this time.
0 commit comments