mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add an apt update to ci (remove trailing \)
This commit is contained in:
parent
af80e8c242
commit
0bbefbf257
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue