Skip to content

Commit a9cf720

Browse files
committed
Downgrade version to 2.35.2
Version 2.36 added code which breaks on Windows when the source/object files reside in a directory whose name contains special characters (in our case they were 'テスト'). Downgrade to 2.35.2 for now until fix is available in a newer version of binutils#x
1 parent 7761867 commit a9cf720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22
env:
3-
BINUTILS_VERSION: 2.37
3+
BINUTILS_VERSION: 2.35.2
44

55
on:
66
push:

0 commit comments

Comments
 (0)