rm unneeded rust install from ts docs ci

This commit is contained in:
Christian Hagenest
2024-04-26 17:45:37 +02:00
committed by missytake
parent 1e7dbea351
commit 49bf8414ed

View File

@@ -78,10 +78,6 @@ jobs:
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '18' node-version: '18'
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: npm build - name: npm build
run: npm build run: npm build
- name: Install dependencies - name: Install dependencies