Skip to content

Commit

Permalink
Merge pull request #308 from aminya/artifacts [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Oct 2, 2024
2 parents 9560b8d + 2a67ff9 commit 9935084
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/legacy/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/legacy/setup-cpp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modern/setup-cpp.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modern/setup-cpp.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/utils/env/arch.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const x86_64 = ["x64", "amd64", "x86_64", "win64", "64"]
export const x86_64 = ["x64", "amd64", "x86_64", "win64", "64", "amd64_x86"]
export const x86 = ["x86", "i386", "ia32", "win32", "32", "x32"]
export const arm64 = ["aarch64", "arm64", "woa64", "arm"]
export const armv7 = ["armv7", "armv7a"]
Expand Down
3 changes: 1 addition & 2 deletions src/versions/default_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export const DefaultVersions: Record<string, string | undefined> = {
"clang-format": defaultLLVM,
clangformat: defaultLLVM,
ninja: "1.12.1", // https://github.com/ninja-build/ninja/releases
cmake: "3.30.3", // https://github.com/Kitware/CMake/releases
conan: "1.65.0", // 2.7.1 // https://github.com/conan-io/conan/releases
cmake: "3.30.4", // https://github.com/Kitware/CMake/releases
meson: "1.5.2", // https://github.com/mesonbuild/meson/releases
kcov: "42", // https://github.com/SimonKagstrom/kcov/releases
task: "3.39.2", // https://github.com/go-task/task/releases
Expand Down

0 comments on commit 9935084

Please sign in to comment.