mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +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:
|
||||
toolchain:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
# - beta
|
||||
# - nightly
|
||||
# disable other toolchains to save on github runners
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[workspace]
|
||||
members = ["client/nvim", "client/vscode", "server"]
|
||||
|
||||
[package]
|
||||
name = "codemp"
|
||||
version = "0.3.1"
|
||||
|
|
Loading…
Reference in a new issue