Add an apt update to ci (remove trailing \)

This commit is contained in:
Dave Davenport 2022-03-04 10:12:02 +01:00
parent af80e8c242
commit 0bbefbf257
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ runs:
python-version: '3.x'
- id: apt
run: |
sudo apt-get update \
sudo apt-get update
sudo apt-get install -y \
discount \
doxygen \