Fix accidental backslash in workflow
This commit is contained in:
parent
8243a803ab
commit
8c273e29dc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install flatpak and flatpak-builder
|
- name: Install flatpak and flatpak-builder
|
||||||
run: apt update && apt install -y flatpak-builder flatpak
|
run: apt update && apt install -y flatpak-builder flatpak
|
||||||
- name: Add flathub repo and install flatpak dependencies \
|
- name: Add flathub repo and install flatpak dependencies
|
||||||
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo && flatpak install -y --noninteractive org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
|
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo && flatpak install -y --noninteractive org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: flatpak-builder build-flatpak com.experimentalcraft.NekoPlayer.yml --repo ./flatpak-repo
|
run: flatpak-builder build-flatpak com.experimentalcraft.NekoPlayer.yml --repo ./flatpak-repo
|
||||||
|
|
Loading…
Reference in a new issue