workflows/release-tasks: Remove stray backslash

Reviewed By: thieta

Differential Revision: https://reviews.llvm.org/D150018
This commit is contained in:
Tom Stellard 2023-05-12 23:33:44 -07:00
parent 847789d457
commit afa607fbac

View File

@ -26,7 +26,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update \
sudo apt-get update
sudo apt-get install -y \
doxygen \
graphviz \