Skip to content

Commit 1d3d1fa

Browse files
committed
Install rosetta in CI
1 parent bed1857 commit 1d3d1fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,8 @@ jobs:
9393
Rscript -e 'install.packages(c("testthat", "jsonlite", "R.utils"))'
9494
Rscript -e 'install.packages("crates/plugins/r/tests/tmcRtestrunner", repos=NULL, type="source")'
9595
96+
- name: Install rosetta
97+
if: matrix.os == 'macos-latest'
98+
run: softwareupdate --install-rosetta --agree-to-license
9699
- name: Run tests
97100
run: cargo test --no-fail-fast --target ${{ matrix.rust-target }}

0 commit comments

Comments
 (0)