Skip to content

Commit 748cd72

Browse files
committed
STAARpipelineSummary v0.9.7
1 parent 2e0f634 commit 748cd72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
run: |
1414
brew install imagemagick@6
1515
brew install libgit2
16-
brew install gcc
16+
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
1719
- uses: actions/checkout@v4
1820
- uses: r-lib/actions/setup-r@v2
1921
with:

0 commit comments

Comments
 (0)