Skip to content

Commit

Permalink
setup R
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Dec 18, 2024
1 parent ce8e884 commit bdbfca7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
os: [ macos-13, macos-latest ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # default is 1
ref: "${{ github.ref }}"
Expand All @@ -61,6 +61,10 @@ jobs:
echo "recipes=$recipes">> $GITHUB_OUTPUT
fi
- uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'

- name: Create Makefile
run: Rscript scripts/mkmk.R

Expand Down

0 comments on commit bdbfca7

Please sign in to comment.