zz
This commit is contained in:
parent
73a3c19ad5
commit
9407e6bb04
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -9,17 +9,19 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: editor
|
path: editor
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
repository: iptq/libosu
|
|
||||||
with:
|
with:
|
||||||
|
repository: iptq/libosu
|
||||||
path: libosu
|
path: libosu
|
||||||
|
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
working-directory: editor
|
working-directory: editor
|
||||||
run: |
|
run: |
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
working-directory: editor
|
working-directory: editor
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue