mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add an apt update to ci
This commit is contained in:
parent
6f07b60116
commit
af80e8c242
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
|
@ -10,6 +10,7 @@ runs:
|
|||
python-version: '3.x'
|
||||
- id: apt
|
||||
run: |
|
||||
sudo apt-get update \
|
||||
sudo apt-get install -y \
|
||||
discount \
|
||||
doxygen \
|
||||
|
|
Loading…
Reference in a new issue