@@ -20,38 +20,38 @@ jobs:
2020 manifest-path : build-aux/io.github.alainm23.planify.Devel.json
2121 cache-key : flatpak-builder-${{ github.sha }}
2222
23- gettext :
24- name : Gettext
25- runs-on : ubuntu-latest
26- container :
27- image : ghcr.io/elementary/flatpak-platform/runtime:8.2-x86_64
28- options : --privileged
23+ # gettext:
24+ # name: Gettext
25+ # runs-on: ubuntu-latest
26+ # container:
27+ # image: ghcr.io/elementary/flatpak-platform/runtime:8.2-x86_64
28+ # options: --privileged
2929
30- steps :
31- - name : Install git, python3-git and jq
32- run : |
33- apt-get update
34- apt-get install git jq python3-git -y libportal-dev libportal-gtk4-dev
30+ # steps:
31+ # - name: Install git, python3-git and jq
32+ # run: |
33+ # apt-get update
34+ # apt-get install git jq python3-git -y libportal-dev libportal-gtk4-dev
3535
36- - name : Clone repository
37- uses : actions/checkout@v5
38- with :
39- token : ${{ secrets.GIT_USER_TOKEN }}
36+ # - name: Clone repository
37+ # uses: actions/checkout@v5
38+ # with:
39+ # token: ${{ secrets.GIT_USER_TOKEN }}
4040
41- - name : Install Rust SDK extension
42- run : |
43- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
44- flatpak install -y org.freedesktop.Sdk.Extension.rust-stable//24.08
45- flatpak install -y org.gnome.Sdk/x86_64/48
46- flatpak install -y org.gnome.Platform/x86_64/48
41+ # - name: Install Rust SDK extension
42+ # run: |
43+ # flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
44+ # flatpak install -y org.freedesktop.Sdk.Extension.rust-stable//24.08
45+ # flatpak install -y org.gnome.Sdk/x86_64/48
46+ # flatpak install -y org.gnome.Platform/x86_64/48
4747
48- - name : Configure Git
49- run : |
50- git config --global --add safe.directory "$GITHUB_WORKSPACE"
51- - name : Update Translation Files
52- uses : elementary/actions/gettext-flatpak@main
53- with :
54- manifest-path : " io.github.alainm23.planify.json"
55- env :
56- GIT_USER_NAME : " planifyBot"
57- GIT_USER_EMAIL : " builds@useplanify.com"
48+ # - name: Configure Git
49+ # run: |
50+ # git config --global --add safe.directory "$GITHUB_WORKSPACE"
51+ # - name: Update Translation Files
52+ # uses: elementary/actions/gettext-flatpak@main
53+ # with:
54+ # manifest-path: "io.github.alainm23.planify.json"
55+ # env:
56+ # GIT_USER_NAME: "planifyBot"
57+ # GIT_USER_EMAIL: "builds@useplanify.com"
0 commit comments