File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 18
18
security-events : write
19
19
contents : read
20
20
21
+ env :
22
+ # The @microsoft/sarif-multitool tool actually uses DotnetCore, which in
23
+ # turn aborts when it finds that GitHub's CI machine doesn't have ICU.
24
+ # Just turn off localisation. A future version of the ubuntu-24.04 or
25
+ # ubuntu-latest runners might not need this workaround.
26
+ DOTNET_SYSTEM_GLOBALIZATION_INVARIANT : 1
27
+
21
28
steps :
22
29
- name : Setup
23
30
run : |
Original file line number Diff line number Diff line change @@ -360,6 +360,10 @@ jobs:
360
360
rm -f src/*.generic
361
361
make src/config.h.generic src/pcre2.h.generic
362
362
363
+ # Workaround for incorrect filesystem permissions on /usr/share/aclocal, which
364
+ # causes the m4 macros to be copied with incorrect permissions.
365
+ chmod u=rw,go=r m4/*.m4
366
+
363
367
- name : Working directory clean
364
368
run : |
365
369
if [ -n "`git status --porcelain`" ] ; then
You can’t perform that action at this time.
0 commit comments