File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
env :
23
23
# Packaging prerequisites
24
- # Binutils 2.35.1 released Sep 19, 2020
25
- binutilsVerLinux : " 2.35.1"
26
- # On Mac, use an older Binutils to avoid corrupted libraries.
27
- binutilsVerDarwin : " 2.28.1"
28
24
# Demumble 1.1.0 released Nov 13, 2018
29
25
demumbleVer : " 1.1.0"
30
26
# Use SHA256 for hashing files.
@@ -69,10 +65,12 @@ jobs:
69
65
include :
70
66
- os : ubuntu-latest
71
67
tools_platform : linux
72
- binutils_version : ${{ env.binutilsVerLinux }}
68
+ # Binutils 2.35.1 released Sep 19, 2020
69
+ binutils_version : " 2.35.1"
73
70
- os : macos-latest
74
71
tools_platform : darwin
75
- binutils_version : ${{ env.binutilsVerDarwin }}
72
+ # On Mac, use an older Binutils to avoid corrupted libraries.
73
+ binutils_version : " 2.28.1"
76
74
steps :
77
75
- name : setup Xcode version (macos)
78
76
if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments