File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 38
38
path : |
39
39
~/.pnpm-store
40
40
D:\.pnpm-store
41
+ ./node_modules
41
42
key : " setupcpp-cache-OS:${{ matrix.os }}-node:${{ matrix.node }}-pnpm:${{ matrix.pnpm }}-${{ hashFiles('./.npmrc') }}-deps:${{ hashFiles('./package.json') }}"
42
43
restore-keys : |
43
44
"setupcpp-cache-OS:${{ matrix.os }}-"
@@ -151,6 +152,7 @@ jobs:
151
152
path : |
152
153
~/.pnpm-store
153
154
D:\.pnpm-store
155
+ ./node_modules
154
156
key : " setupcpp-docker-cache-OS:${{ matrix.os }}-${{ hashFiles('./.npmrc') }}-deps:${{ hashFiles('./package.json') }}"
155
157
restore-keys : |
156
158
"setupcpp-docker-cache-OS:${{ matrix.os }}"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN node /setup-cpp.js --compiler llvm --cmake true --ninja true --cppcheck true
15
15
ENTRYPOINT ["/bin/bash" ]
16
16
17
17
# ### Building (example)
18
- FROM setup-cpp AS example-builder
18
+ FROM base AS example-builder
19
19
COPY ./dev/cpp_vcpkg_project /home/app
20
20
WORKDIR /home/app
21
21
RUN bash -c 'source ~/.cpprc \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN node /setup-cpp.js --compiler llvm --cmake true --ninja true --cppcheck true
14
14
ENTRYPOINT ["/bin/bash" ]
15
15
16
16
# ### Building (example)
17
- FROM setup-cpp AS example-builder
17
+ FROM base AS example-builder
18
18
COPY ./dev/cpp_vcpkg_project /home/app
19
19
WORKDIR /home/app
20
20
RUN bash -c 'source ~/.cpprc \
Original file line number Diff line number Diff line change 5
5
"repository" : " https://github.com/aminya/setup-cpp" ,
6
6
"license" : " Apache-2.0" ,
7
7
"author" : " Amin Yahyaabadi" ,
8
- "exports" : {
9
- "import" : " ./dist/modern/setup-cpp.mjs" ,
10
- "require" : " ./dist/legacy/setup-cpp.js"
11
- },
12
8
"main" : " dist/legacy/setup-cpp.js" ,
13
9
"actions" : " ./dist/actions/setup-cpp.js" ,
14
10
"modern" : " ./dist/modern/setup-cpp.js" ,
You can’t perform that action at this time.
0 commit comments