Skip to content

Commit

Permalink
STAARpipelineSummary v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed May 21, 2024
1 parent 2e0f634 commit 748cd72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
run: |
brew install imagemagick@6
brew install libgit2
brew install gcc
curl -O https://mac.r-project.org/tools/gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz
sudo tar fxz gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz -C /
export PATH=$PATH:/opt/R/arm64/gfortran/bin
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 748cd72

Please sign in to comment.