.
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:
|
||||
submodules: recursive
|
||||
- name: Install depends
|
||||
run: sudo apt-get install -y mingw-w64 clang
|
||||
- name: Setup rust
|
||||
run: rustup target add x86_64-pc-windows-gnu
|
||||
run: sudo apt-get install -y mingw-w64 clang && rustup target add x86_64-pc-windows-gnu
|
||||
- name: Make
|
||||
run: make dist-no-7z -j
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user