mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-29 07:27:47 +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'
|
modules: 'qtshadertools'
|
||||||
- name: Setup Linux dependencies
|
- name: Setup Linux dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update \
|
sudo apt-get update
|
||||||
sudo apt-get install \
|
sudo apt-get install \
|
||||||
libkf6coreaddons-dev \
|
libkf6coreaddons-dev \
|
||||||
libkf6i18n-dev \
|
libkf6i18n-dev \
|
||||||
|
|
Loading…
Add table
Reference in a new issue