Commit 031d3db 1 parent 25e878f commit 031d3db Copy full SHA for 031d3db
File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -40,26 +40,26 @@ jobs:
40
40
with :
41
41
python-version : ' 3.x'
42
42
43
- - name : Install Homebrew
44
- run : |
45
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
43
+ # - name: Install Homebrew
44
+ # run: |
45
+ # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
46
46
47
- - name : Install mingw-w64 for Windows cross-compilation
48
- run : |
49
- brew install mingw-w64
47
+ # - name: Install mingw-w64 for Windows cross-compilation
48
+ # run: |
49
+ # brew install mingw-w64
50
50
51
- - name : Install linker for x86_64-unknown-linux-gnu
52
- run : |
53
- brew install SergioBenitez/osxct/x86_64-unknown-linux-gnu
51
+ # - name: Install linker for x86_64-unknown-linux-gnu
52
+ # run: |
53
+ # brew install SergioBenitez/osxct/x86_64-unknown-linux-gnu
54
54
55
- - name : Install linker for aarch64-unknown-linux-gnu
56
- run : |
57
- brew tap messense/homebrew-macos-cross-toolchains
58
- brew install aarch64-unknown-linux-gnu
55
+ # - name: Install linker for aarch64-unknown-linux-gnu
56
+ # run: |
57
+ # brew tap messense/homebrew-macos-cross-toolchains
58
+ # brew install aarch64-unknown-linux-gnu
59
59
60
- - name : Rename cross.toml file so cargo uses the correct linkers
61
- run : |
62
- mv .cargo/config.cross.toml .cargo/config.toml
60
+ # - name: Rename cross.toml file so cargo uses the correct linkers
61
+ # run: |
62
+ # mv .cargo/config.cross.toml .cargo/config.toml
63
63
64
64
- name : Run compile script
65
65
run : |
You can’t perform that action at this time.
0 commit comments