mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
fix: workspace and ci
This commit is contained in:
parent
b415ba76e6
commit
e46f62058b
2 changed files with 3 additions and 5 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -17,8 +17,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
# - beta
|
||||||
- nightly
|
# - nightly
|
||||||
|
# disable other toolchains to save on github runners
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
[workspace]
|
|
||||||
members = ["client/nvim", "client/vscode", "server"]
|
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "codemp"
|
name = "codemp"
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
|
|
Loading…
Reference in a new issue