Skip to content

Commit

Permalink
update windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhang-yiz committed Oct 26, 2023
1 parent 99796cd commit 79c0125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/torsten_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Set up R 4.0
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1'
r-version: '4.0.0'
- name: Print g++ info
run: |
g++ --version
Expand Down

0 comments on commit 79c0125

Please sign in to comment.