We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed19e6d commit 732acdfCopy full SHA for 732acdf
.github/workflows/check-full.yaml
@@ -24,14 +24,14 @@ jobs:
24
25
- {os: windows-latest, r: 'release'}
26
# use 4.0 or 4.1 to check with rtools40's older compiler
27
- #- {os: windows-latest, r: 'oldrel-4'}
+ - {os: windows-latest, r: 'oldrel-4'}
28
29
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
30
- {os: ubuntu-latest, r: 'release'}
31
- {os: ubuntu-latest, r: 'oldrel-1'}
32
- {os: ubuntu-latest, r: 'oldrel-2'}
33
- #- {os: ubuntu-latest, r: 'oldrel-3'}
34
- #- {os: ubuntu-latest, r: 'oldrel-4'}
+ - {os: ubuntu-latest, r: 'oldrel-3'}
+ - {os: ubuntu-latest, r: 'oldrel-4'}
35
36
env:
37
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments