Skip to content

Commit

Permalink
more fixing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcb committed Jan 6, 2025
1 parent b703cc9 commit eb8d550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12

# Needed if the plugin is using Transifex, to have the lrelease command
# - name: Install Qt lrelease
Expand Down

0 comments on commit eb8d550

Please sign in to comment.