mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-25 22:07:45 +00:00
Fix syntax error in workflow
This commit is contained in:
parent
c66284eb06
commit
cf8915a770
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
modules: 'qtshadertools'
|
||||
- name: Setup Linux dependencies
|
||||
run: |
|
||||
sudo apt-get update \
|
||||
sudo apt-get update
|
||||
sudo apt-get install \
|
||||
libkf6coreaddons-dev \
|
||||
libkf6i18n-dev \
|
||||
|
|
Loading…
Add table
Reference in a new issue