We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d4e7c commit 98177cfCopy full SHA for 98177cf
.github/workflows/rhub.yaml
@@ -68,10 +68,8 @@ jobs:
68
run: |
69
echo $CHECK_ARGS
70
echo $BUILD_ARGS
71
- echo "CHECK_ARGS=--ignore-vignettes\ --extra-arch" >> $GITHUB_ENV
+ echo "CHECK_ARGS=--ignore-vignettes --extra-arch" >> $GITHUB_ENV
72
echo "BUILD_ARGS=--no-build-vignettes" >> $GITHUB_ENV
73
- echo $CHECK_ARGS
74
- echo $BUILD_ARGS
75
- name: Test get
76
if: matrix.config.label == 'nosuggests'
77
0 commit comments