Skip to content

Commit 98177cf

Browse files
committed
Drop the backslash
1 parent d7d4e7c commit 98177cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rhub.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,8 @@ jobs:
6868
run: |
6969
echo $CHECK_ARGS
7070
echo $BUILD_ARGS
71-
echo "CHECK_ARGS=--ignore-vignettes\ --extra-arch" >> $GITHUB_ENV
71+
echo "CHECK_ARGS=--ignore-vignettes --extra-arch" >> $GITHUB_ENV
7272
echo "BUILD_ARGS=--no-build-vignettes" >> $GITHUB_ENV
73-
echo $CHECK_ARGS
74-
echo $BUILD_ARGS
7573
- name: Test get
7674
if: matrix.config.label == 'nosuggests'
7775
run: |

0 commit comments

Comments
 (0)