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:
|
||||
path: editor
|
||||
- uses: actions/checkout@v2
|
||||
repository: iptq/libosu
|
||||
with:
|
||||
repository: iptq/libosu
|
||||
path: libosu
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: build
|
||||
working-directory: editor
|
||||
run: |
|
||||
cargo build --release
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
working-directory: editor
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue