Skip to content

Commit eec2d70

Browse files
Fix CI yaml build
1 parent c3f1a7c commit eec2d70

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/JsPublish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,11 @@ jobs:
142142
image: ${{ matrix.settings.docker }}
143143
options: >
144144
--user 0:0
145-
# cache your cargo registry/git db
146145
-v ${{ github.workspace }}/BinaryOptionsToolsJs/.cargo-cache/git/db:/usr/local/cargo/git/db
147146
-v ${{ github.workspace }}/BinaryOptionsToolsJs/.cargo/registry/cache:/usr/local/cargo/registry/cache
148147
-v ${{ github.workspace }}/BinaryOptionsToolsJs/.cargo/registry/index:/usr/local/cargo/registry/index
149-
# use the runner’s built-in mount of the whole repo at /github/workspace,
150-
# then cd into the JS project folder:
151-
-w /github/workspace/BinaryOptionsToolsJs
148+
-v ${{ github.workspace }}:/build
149+
-w /build/BinaryOptionsToolsJs
152150
run: ${{ matrix.settings.build }}
153151
- name: Build
154152
run: ${{ matrix.settings.build }}

0 commit comments

Comments
 (0)