Skip to content

Commit afa607f

Browse files
committed
workflows/release-tasks: Remove stray backslash
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D150018
1 parent 847789d commit afa607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Install Dependencies
2828
run: |
29-
sudo apt-get update \
29+
sudo apt-get update
3030
sudo apt-get install -y \
3131
doxygen \
3232
graphviz \

0 commit comments

Comments
 (0)