Skip to content

Commit 4e90bbc

Browse files
authored
Merge pull request #278 from aminya/modern-remove [skip ci]
2 parents b923ad9 + 8bbc80d commit 4e90bbc

24 files changed

+17
-176
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
node-version: 16
215215
- name: Smoke Test Node 16
216216
run: |
217-
node ./dist/actions/setup-cpp.js --help
217+
node ./dist/modern/setup-cpp.js --help
218218
219219
Docker:
220220
name: Docker-${{ matrix.container.image }}
@@ -297,5 +297,4 @@ jobs:
297297
./exe/setup-cpp-x64-linux
298298
./exe/setup-cpp-x64-macos
299299
./dist/legacy/
300-
./dist/actions/
301300
./dist/modern/

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ inputs:
100100

101101
runs:
102102
using: "node20"
103-
main: "dist/actions/setup-cpp.js"
103+
main: "dist/modern/setup-cpp.js"
104104

105105
branding:
106106
icon: "award"

dist/actions/gcc_matcher.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

dist/actions/github_brechtsanders_winlibs_mingw.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/actions/llvm_matcher.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

dist/actions/msvc_matcher.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

dist/actions/proxy-agent.52c85c82.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

dist/actions/python_matcher.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

dist/actions/setup-cpp.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

dist/actions/setup-cpp.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)