Skip to content

Commit 95a7de4

Browse files
committed
fix: fix CLI shabang not working - independent lib
1 parent d6447bb commit 95a7de4

File tree

184 files changed

+38
-1274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+38
-1274
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
env:
1414
NODE_OPTIONS: --enable-source-maps
15-
version: "1.5.1"
15+
version: "1.5.2"
1616

1717
jobs:
1818
Build:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ coverage
2424
/src/llvm/assets/
2525

2626
/build
27+
dist/library
28+
*.tgz

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21...3.28)
22

33
project(
44
setup_cpp_tests
5-
VERSION 1.5.1
5+
VERSION 1.5.2
66
DESCRIPTION "Tests for setup-cpp"
77
HOMEPAGE_URL "https://github.com/aminya/setup-cpp"
88
LANGUAGES CXX C)

README.md

Lines changed: 10 additions & 10 deletions

README_DOCKER.md

Lines changed: 2 additions & 2 deletions

dist/legacy/asset-list.d.ts

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

dist/legacy/assets/actions_python-Bby7kqLp.js

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

dist/legacy/assets/actions_python-Bby7kqLp.js.map

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

dist/legacy/assets/proxy-agent-BJpMtT7r.js

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

dist/legacy/assets/proxy-agent-BJpMtT7r.js.map

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

0 commit comments

Comments
 (0)