Remove sccache config from CI
This commit is contained in:
parent
b0f2bae2dd
commit
4f576ca4f7
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ jobs:
|
||||||
cd workspace
|
cd workspace
|
||||||
git submodule update --init --depth 1 botlib
|
git submodule update --init --depth 1 botlib
|
||||||
git submodule update --init --depth 1 botui
|
git submodule update --init --depth 1 botui
|
||||||
|
rm .cargo/config.toml
|
||||||
|
|
||||||
# Remove missing members from workspace to prevent Cargo errors
|
# Remove missing members from workspace to prevent Cargo errors
|
||||||
sed -i '/"botapp",/d' Cargo.toml
|
sed -i '/"botapp",/d' Cargo.toml
|
||||||
sed -i '/"botdevice",/d' Cargo.toml
|
sed -i '/"botdevice",/d' Cargo.toml
|
||||||
|
|
@ -37,6 +39,8 @@ jobs:
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf workspace/botserver
|
rm -rf workspace/botserver
|
||||||
mv botserver workspace/botserver
|
mv botserver workspace/botserver
|
||||||
|
rm -f workspace/botserver/.cargo/config.toml
|
||||||
|
|
||||||
|
|
||||||
- name: Cache Cargo registry
|
- name: Cache Cargo registry
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue