Skip to content

Commit

Permalink
fix: use gcc 11 instead of 11.2.0
Browse files Browse the repository at this point in the history
brew fails with 11.2.0
  • Loading branch information
aminya committed Sep 16, 2021
1 parent 6ef4a34 commit 9abd8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const DefaultVersions: Record<string, string> = {
conan: "1.40.1",
meson: "0.59.1",
python: "3.x",
gcc: "11.2.0",
gcc: "11",
}

/** Get the default version if passed true or undefined, otherwise return the version itself */
Expand Down

0 comments on commit 9abd8e9

Please sign in to comment.