1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Use snap package

This commit is contained in:
ewilly 2023-03-03 09:33:50 +01:00
parent 164fbfd702
commit 3e68c70f53

View file

@ -18,7 +18,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install tomlq
run: sudo apt-get install -y yq
run: sudo snap install yq
- name: Run the updater script
id: run_updater
run: |