Skip to content

Commit

Permalink
Merge pull request #584 from remlapmot/add-check-on-linux-on-arm
Browse files Browse the repository at this point in the history
Add check on Ubuntu Linux 24.04 on ARM
  • Loading branch information
remlapmot authored Jan 20, 2025
2 parents 578c68f + fe65413 commit 7009a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: '4.3.2'}
- {os: ubuntu-24.04-arm, r: 'release', rspm: 'no' }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -50,7 +51,7 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
use-public-rspm: ${{ matrix.config.rspm || 'true' }}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
1 change: 1 addition & 0 deletions TwoSampleMR.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: d383bef4-4f42-4ddf-b7bd-5ce276e0bb41

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit 7009a54

Please sign in to comment.