Skip to content

Commit

Permalink
Update publish-studio-linux-flathub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen authored Jul 31, 2024
1 parent 7cec335 commit 132f041
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-studio-linux-flathub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: |
sudo apt-get install flatpak -y
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo flatpak install runtime/org.freedesktop.Sdk/x86_64/23.0 org.freedesktop.Sdk org.freedesktop.Sdk.Extension.dotnet8 -y
sudo flatpak install flathub org.freedesktop.Sdk//23.08 -y
sudo flatpak install flathub org.freedesktop.Sdk.Extension.dotnet//23.08
- name: Checkout the target repository
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -68,4 +69,4 @@ jobs:
# body: "This is an automated pull request to update the version to ${{ steps.get-oneware-version.outputs.info }}"
# labels: |
# update
# automated pr
# automated pr

0 comments on commit 132f041

Please sign in to comment.