Skip to content

Commit

Permalink
R: fix linking issue with recommended pkgs on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-s committed Aug 14, 2020
1 parent 8c3515c commit 5071419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/ci_common/common.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fastr: {
}
downloads: {
F2C_BINARY: { name: "f2c-binary", version: "7", platformspecific: true },
FASTR_RECOMMENDED_BINARY: { name: "fastr-recommended-pkgs", version: "6", platformspecific: true },
FASTR_RECOMMENDED_BINARY: { name: "fastr-recommended-pkgs", version: "7", platformspecific: true },
}
}

Expand Down

0 comments on commit 5071419

Please sign in to comment.