Skip to content

Commit

Permalink
STAAR v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed May 21, 2024
1 parent 00deeb5 commit dc16648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
brew install libgit2
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 /
sudo export PATH=$PATH:/opt/R/arm64/gfortran/bin
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 dc16648

Please sign in to comment.