We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0f634 commit 748cd72Copy full SHA for 748cd72
.github/workflows/R-CMD-check.yaml
@@ -13,7 +13,9 @@ jobs:
13
run: |
14
brew install imagemagick@6
15
brew install libgit2
16
- brew install gcc
+ curl -O https://mac.r-project.org/tools/gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz
17
+ sudo tar fxz gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz -C /
18
+ export PATH=$PATH:/opt/R/arm64/gfortran/bin
19
- uses: actions/checkout@v4
20
- uses: r-lib/actions/setup-r@v2
21
with:
0 commit comments