Skip to content

Commit

Permalink
ci: добавить загрузку расширения Sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed May 22, 2024
1 parent 6a9bed0 commit d92bfcc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/CI-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Flatpak
run: |
sudo apt-get update
sudo apt-get install -y flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak update
- name: Install org.freedesktop.Sdk.Extension.vala-nightly
run: |
flatpak install -y org.freedesktop.Sdk.Extension.vala-nightly
- name: Setup QEMU
if: ${{ matrix.arch == 'aarch64' }}
id: qemu
Expand Down

0 comments on commit d92bfcc

Please sign in to comment.