Skip to content

Commit 2eb26b6

Browse files
committed
workflows/release-tasks: Remove stray backslash
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D150018 (cherry picked from commit afa607f)
1 parent 812ea07 commit 2eb26b6

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
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Install Dependencies
2424
run: |
25-
sudo apt-get update \
25+
sudo apt-get update
2626
sudo apt-get install -y \
2727
doxygen \
2828
graphviz \

0 commit comments

Comments
 (0)