Update GH actions
This commit is contained in:
parent
8ba7db2300
commit
8c07fae935
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -6,14 +6,14 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install depends
|
||||
run: sudo apt-get install -y mingw-w64 clang && rustup target add x86_64-pc-windows-gnu
|
||||
- name: Make
|
||||
run: make dist-no-7z
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: out/
|
||||
|
Loading…
Reference in New Issue
Block a user