Skip to content

Commit 7009a54

Browse files
authored
Merge pull request #584 from remlapmot/add-check-on-linux-on-arm
Add check on Ubuntu Linux 24.04 on ARM
2 parents 578c68f + fe65413 commit 7009a54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check-full.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- {os: ubuntu-latest, r: 'release'}
3636
- {os: ubuntu-latest, r: 'oldrel-1'}
3737
- {os: ubuntu-latest, r: '4.3.2'}
38+
- {os: ubuntu-24.04-arm, r: 'release', rspm: 'no' }
3839

3940
env:
4041
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -50,7 +51,7 @@ jobs:
5051
with:
5152
r-version: ${{ matrix.config.r }}
5253
http-user-agent: ${{ matrix.config.http-user-agent }}
53-
use-public-rspm: true
54+
use-public-rspm: ${{ matrix.config.rspm || 'true' }}
5455

5556
- uses: r-lib/actions/setup-r-dependencies@v2
5657
with:

TwoSampleMR.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: d383bef4-4f42-4ddf-b7bd-5ce276e0bb41
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

0 commit comments

Comments
 (0)