.
This commit is contained in:
parent
5e0f3fbeb4
commit
40dc8a9c9c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -10,9 +10,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install depends
|
- name: Install depends
|
||||||
run: sudo apt-get install -y mingw-w64 clang
|
run: sudo apt-get install -y mingw-w64 clang && rustup target add x86_64-pc-windows-gnu
|
||||||
- name: Setup rust
|
|
||||||
run: rustup target add x86_64-pc-windows-gnu
|
|
||||||
- name: Make
|
- name: Make
|
||||||
run: make dist-no-7z -j
|
run: make dist-no-7z -j
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user