File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments