Skip to content

Commit ac189dc

Browse files
authored
Merge pull request #1640 from alainm23/fix/gettext-actions
update actions
2 parents 44d3627 + 8bf1c5a commit ac189dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ jobs:
3838
with:
3939
token: ${{ secrets.GIT_USER_TOKEN }}
4040

41-
- name: Install Rust SDK extension
41+
- name: Install Rust and SDK extension
4242
run: |
4343
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
4444
flatpak install -y org.freedesktop.Sdk.Extension.rust-stable//23.08
45+
flatpak install -y org.gnome.Sdk/x86_64/47
4546
4647
- name: Configure Git
4748
run: |

0 commit comments

Comments
 (0)