Update release as well

This commit is contained in:
Scott Shawcroft 2022-01-06 09:39:10 -08:00 committed by GitHub
parent 91909c79e3
commit a4e51cac10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,16 +20,18 @@ jobs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
)
- name: Set up Python 3.7
- name: Set up Python 3
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.x
- name: Versions
run: |
python3 --version
- uses: actions/checkout@v2
with:
submodules: true
- name: Fetch correct submodule shas
run: git submodule foreach 'git fetch --tags --depth 1 origin $sha1 && git checkout -q $sha1'
- name: Install deps
run: |
sudo apt-get install -y gettext gawk