Skip to content

Commit 6678026

Browse files
committed
Another diff fix
1 parent 5eb2862 commit 6678026

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ jobs:
121121

122122
- uses: dsherret/rust-toolchain-file@v1
123123

124+
- uses: actions/setup-dotnet@v3
125+
with:
126+
global-json-file: global.json
127+
124128
- name: Set up Node.js
125129
uses: actions/setup-node@v4
126130
with:
@@ -130,6 +134,11 @@ jobs:
130134
with:
131135
run_install: true
132136

137+
- name: Create /stdb dir
138+
run: |
139+
sudo mkdir /stdb
140+
sudo chmod 777 /stdb
141+
133142
- name: Build typescript module sdk
134143
working-directory: crates/bindings-typescript
135144
run: pnpm build

0 commit comments

Comments
 (0)