Commit 37b9a03 1 parent 78acd26 commit 37b9a03 Copy full SHA for 37b9a03
File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ jobs:
62
62
run : |
63
63
sudo apt-get install ninja-build -y
64
64
65
- - name : Install cross-compilation tools
65
+ - name : Install cross-compilation tools (linux-aarch64)
66
66
if : matrix.target.id == 'linux-aarch64'
67
67
shell : bash
68
68
run : |
69
69
sudo apt-get install gcc-12-aarch64-linux-gnu g++-12-aarch64-linux-gnu gcc-12-multilib binutils-aarch64-linux-gnu libgcc-12-dev-arm64-cross libstdc++6-arm64-cross -y
70
70
71
- - name : Install cross-compilation tools
71
+ - name : Install cross-compilation tools (linux-riscv64)
72
72
if : matrix.target.id == 'linux-riscv64'
73
73
shell : bash
74
74
run : |
@@ -80,11 +80,12 @@ jobs:
80
80
run : |
81
81
brew install ninja
82
82
83
- #- name: Install `ninja` on Windows
84
- # if: startsWith(matrix.target.id, 'windows-')
85
- # shell: bash
86
- # run: |
87
- # choco install ninja
83
+ - name : Install `ninja` on Windows
84
+ if : matrix.target.id == 'windows-amd64-mingw'
85
+ shell : bash
86
+ run : |
87
+ choco install ninja
88
+
88
89
- name : Setup MSVC (Windows)
89
90
uses : ilammy/msvc-dev-cmd@v1
90
91
if : matrix.target.id == 'windows-amd64-msvc'
You can’t perform that action at this time.
0 commit comments